Companion

object Companion : StringValueFactory<AwsAccount>

Functions

Link copied to clipboard
operator fun invoke(value: String): Any
Link copied to clipboard
open fun of(value: String): AwsAccount
Link copied to clipboard
fun <T : Value<String>> StringValueFactory<T>.of(arn: ARN): T
Link copied to clipboard
open fun parse(value: String): AwsAccount
Link copied to clipboard
fun show(value: AwsAccount): String
Link copied to clipboard
fun unwrap(value: AwsAccount): String