Class: Aws::Organizations::Types::InviteAccountToOrganizationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#handshakeTypes::Handshake

A structure that contains details about the handshake that is created to support this invitation request.

Returns:



2578
2579
2580
2581
2582
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 2578

class InviteAccountToOrganizationResponse < Struct.new(
  :handshake)
  SENSITIVE = []
  include Aws::Structure
end