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

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

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



5644
5645
5646
5647
5648
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 5644

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