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.



1847
1848
1849
1850
1851
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1847

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