UpdateAddressBookRequest

public struct UpdateAddressBookRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the room to update.

    Declaration

    Swift

    public let addressBookArn: String
  • The updated description of the room.

    Declaration

    Swift

    public let description: String?
  • The updated name of the room.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws