DeclineHandshakeResponse

public struct DeclineHandshakeResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

    Declaration

    Swift

    public let handshake: Handshake?
  • Undocumented

    Declaration

    Swift

    public init(handshake: Handshake? = nil)