Class: Aws::Organizations::Types::DescribeResponsibilityTransferResponse

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

A ResponsibilityTransfer object. Contains details for a transfer.



1842
1843
1844
1845
1846
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1842

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