Class: Aws::Organizations::Types::InviteAccountToOrganizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::InviteAccountToOrganizationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Instance Attribute Summary collapse
-
#handshake ⇒ Types::Handshake
A structure that contains details about the handshake that is created to support this invitation request.
Instance Attribute Details
#handshake ⇒ Types::Handshake
A structure that contains details about the handshake that is created to support this invitation request.
1313 1314 1315 1316 |
# File 'lib/aws-sdk-organizations/types.rb', line 1313 class InviteAccountToOrganizationResponse < Struct.new( :handshake) include Aws::Structure end |