Class: Aws::Organizations::Types::UpdateResponsibilityTransferResponse

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

#responsibility_transferTypes::ResponsibilityTransfer

Contains details for a transfer. A transfer is the arrangement between two management accounts where one account designates the other with specified responsibilities for their organization.



5614
5615
5616
5617
5618
# File 'lib/aws-sdk-organizations/types.rb', line 5614

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