AddressBook

public struct AddressBook : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the address book.

    Declaration

    Swift

    public let addressBookArn: String?
  • The description of the address book.

    Declaration

    Swift

    public let description: String?
  • The name of the address book.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(addressBookArn: String? = nil, description: String? = nil, name: String? = nil)