Class: Aws::Organizations::Types::UpdateResponsibilityTransferRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

ID for the transfer.

Returns:

  • (String)


5599
5600
5601
5602
5603
5604
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 5599

class UpdateResponsibilityTransferRequest < Struct.new(
  :id,
  :name)
  SENSITIVE = [:name]
  include Aws::Structure
end

#nameString

New name you want to assign to the transfer.

Returns:

  • (String)


5599
5600
5601
5602
5603
5604
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 5599

class UpdateResponsibilityTransferRequest < Struct.new(
  :id,
  :name)
  SENSITIVE = [:name]
  include Aws::Structure
end