Contact
public struct Contact : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the contact.
Declaration
Swift
public let contactArn: String?
-
The name of the contact to display on the console.
Declaration
Swift
public let displayName: String?
-
The first name of the contact, used to call the contact on the device.
Declaration
Swift
public let firstName: String?
-
The last name of the contact, used to call the contact on the device.
Declaration
Swift
public let lastName: String?
-
The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
Declaration
Swift
public let phoneNumber: String?
-
The list of phone numbers for the contact.
Declaration
Swift
public let phoneNumbers: [PhoneNumber]?
-
The list of SIP addresses for the contact.
Declaration
Swift
public let sipAddresses: [SipAddress]?
-
Undocumented
Declaration
Swift
public init(contactArn: String? = nil, displayName: String? = nil, firstName: String? = nil, lastName: String? = nil, phoneNumber: String? = nil, phoneNumbers: [PhoneNumber]? = nil, sipAddresses: [SipAddress]? = nil)