GetContactResult

data class GetContactResult(val arn: String? = null, val displayName: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, displayName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the contact.

Link copied to clipboard
val displayName: String? = null

Name of the contact. String value with 3 to 256 characters. Only alphabetical, space, numeric characters, dash, or underscore allowed.