Class: Aws::Organizations::Types::InviteOrganizationToTransferResponsibilityResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#handshakeTypes::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.

Returns:



2937
2938
2939
2940
2941
# File 'lib/aws-sdk-organizations/types.rb', line 2937

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