Class: Aws::Organizations::Types::UpdateResponsibilityTransferRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::UpdateResponsibilityTransferRequest
- Defined in:
- gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#id ⇒ String
ID for the transfer.
-
#name ⇒ String
New name you want to assign to the transfer.
Instance Attribute Details
#id ⇒ String
ID for the transfer.
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 |
#name ⇒ String
New name you want to assign to the transfer.
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 |