PhoneNumberAssociation
public struct PhoneNumberAssociation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The timestamp of the phone number association, in ISO 8601 format.
Declaration
Swift
public let associatedTimestamp: TimeStamp?
-
Defines the association with an Amazon Chime account ID, user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.
Declaration
Swift
public let name: PhoneNumberAssociationName?
-
Contains the ID for the entity specified in Name.
Declaration
Swift
public let value: String?
-
Undocumented
Declaration
Swift
public init(associatedTimestamp: TimeStamp? = nil, name: PhoneNumberAssociationName? = nil, value: String? = nil)