Class: Aws::Organizations::Types::TerminateResponsibilityTransferResponse

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.



5286
5287
5288
5289
5290
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 5286

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