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.



1824
1825
1826
1827
1828
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1824

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