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)


5629
5630
5631
5632
5633
5634
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 5629

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

#nameString

New name you want to assign to the transfer.

Returns:

  • (String)


5629
5630
5631
5632
5633
5634
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 5629

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