Class: Aws::DataZone::Types::UpdateRootDomainUnitOwnerInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateRootDomainUnitOwnerInput
- Defined in:
- gems/aws-sdk-datazone/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.
22159 22160 22161 22162 22163 22164 22165 22166 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22159 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.
22159 22160 22161 22162 22163 22164 22165 22166 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22159 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.
22159 22160 22161 22162 22163 22164 22165 22166 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22159 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.
22159 22160 22161 22162 22163 22164 22165 22166 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22159 class UpdateRootDomainUnitOwnerInput < Struct.new( :domain_identifier, :current_owner, :new_owner, :client_token) SENSITIVE = [] include Aws::Structure end |