Class: Aws::Organizations::Types::InviteOrganizationToTransferResponsibilityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::InviteOrganizationToTransferResponsibilityResponse
- Defined in:
- gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#handshake ⇒ Types::Handshake
Contains details for a handshake.
Instance Attribute Details
#handshake ⇒ Types::Handshake
Contains details for a handshake. A handshake is the secure exchange of information between two Amazon Web Services accounts: a sender and a recipient.
Note: Handshakes that are CANCELED, ACCEPTED, DECLINED, or
EXPIRED show up in lists for only 30 days after entering that
state After that they are deleted.
2901 2902 2903 2904 2905 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 2901 class InviteOrganizationToTransferResponsibilityResponse < Struct.new( :handshake) SENSITIVE = [] include Aws::Structure end |