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

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

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:



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