HandshakeParty

public struct HandshakeParty : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The unique identifier (ID) for the party. The regex pattern for handshake ID string requires “h-” followed by from 8 to 32 lower-case letters or digits.

    Declaration

    Swift

    public let id: String
  • The type of party.

    Declaration

    Swift

    public let type: HandshakePartyType
  • Undocumented

    Declaration

    Swift

    public init(id: String, type: HandshakePartyType)
  • Declaration

    Swift

    public func validate(name: String) throws