CreateAddressBookRequest

public struct CreateAddressBookRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique, user-specified identifier for the request that ensures idempotency.

    Declaration

    Swift

    public let clientRequestToken: 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(clientRequestToken: String? = CreateAddressBookRequest.idempotencyToken(), description: String? = nil, name: String)
  • Declaration

    Swift

    public func validate(name: String) throws