InviteAccountToOrganizationResponse

public struct InviteAccountToOrganizationResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A structure that contains details about the handshake that is created to support this invitation request.

    Declaration

    Swift

    public let handshake: Handshake?
  • Undocumented

    Declaration

    Swift

    public init(handshake: Handshake? = nil)