Class: Aws::DataZone::Types::UpdateRootDomainUnitOwnerInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateRootDomainUnitOwnerInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request.
-
#current_owner ⇒ String
The current owner of the root domain unit.
-
#domain_identifier ⇒ String
The ID of the domain where the root domain unit owner is to be updated.
-
#new_owner ⇒ String
The new owner of the root domain unit.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
22560 22561 22562 22563 22564 22565 22566 22567 |
# File 'lib/aws-sdk-datazone/types.rb', line 22560 class UpdateRootDomainUnitOwnerInput < Struct.new( :domain_identifier, :current_owner, :new_owner, :client_token) SENSITIVE = [] include Aws::Structure end |
#current_owner ⇒ String
The current owner of the root domain unit.
22560 22561 22562 22563 22564 22565 22566 22567 |
# File 'lib/aws-sdk-datazone/types.rb', line 22560 class UpdateRootDomainUnitOwnerInput < Struct.new( :domain_identifier, :current_owner, :new_owner, :client_token) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the domain where the root domain unit owner is to be updated.
22560 22561 22562 22563 22564 22565 22566 22567 |
# File 'lib/aws-sdk-datazone/types.rb', line 22560 class UpdateRootDomainUnitOwnerInput < Struct.new( :domain_identifier, :current_owner, :new_owner, :client_token) SENSITIVE = [] include Aws::Structure end |
#new_owner ⇒ String
The new owner of the root domain unit.
22560 22561 22562 22563 22564 22565 22566 22567 |
# File 'lib/aws-sdk-datazone/types.rb', line 22560 class UpdateRootDomainUnitOwnerInput < Struct.new( :domain_identifier, :current_owner, :new_owner, :client_token) SENSITIVE = [] include Aws::Structure end |