Class: Aws::Organizations::Types::InviteAccountToOrganizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::InviteAccountToOrganizationResponse
- Defined in:
- gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
2616 2617 2618 2619 2620 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 2616 class InviteAccountToOrganizationResponse < Struct.new( :handshake) SENSITIVE = [] include Aws::Structure end |