GetPhoneNumberResult

data class GetPhoneNumberResult(val address: String? = null, val description: String? = null, val phoneNumberArn: String? = null, val tags: List<Tag>? = null, val targetArn: String? = null)

Constructors

Link copied to clipboard
constructor(address: String? = null, description: String? = null, phoneNumberArn: String? = null, tags: List<Tag>? = null, targetArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

The phone number e164 address.

Link copied to clipboard
val description: String? = null

The description of the phone number.

Link copied to clipboard
val phoneNumberArn: String? = null

The phone number ARN

Link copied to clipboard
val tags: List<Tag>? = null

One or more tags.

Link copied to clipboard
val targetArn: String? = null

The ARN of the target the phone number is claimed to.