Class: Aws::DataZone::Types::CreateDomainUnitInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateDomainUnitInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
-
#description ⇒ String
The description of the domain unit.
-
#domain_identifier ⇒ String
The ID of the domain where you want to crate a domain unit.
-
#name ⇒ String
The name of the domain unit.
-
#parent_domain_unit_identifier ⇒ String
The ID of the parent domain unit.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
2401 2402 2403 2404 2405 2406 2407 2408 2409 |
# File 'lib/aws-sdk-datazone/types.rb', line 2401 class CreateDomainUnitInput < Struct.new( :client_token, :description, :domain_identifier, :name, :parent_domain_unit_identifier) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
The description of the domain unit.
2401 2402 2403 2404 2405 2406 2407 2408 2409 |
# File 'lib/aws-sdk-datazone/types.rb', line 2401 class CreateDomainUnitInput < Struct.new( :client_token, :description, :domain_identifier, :name, :parent_domain_unit_identifier) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the domain where you want to crate a domain unit.
2401 2402 2403 2404 2405 2406 2407 2408 2409 |
# File 'lib/aws-sdk-datazone/types.rb', line 2401 class CreateDomainUnitInput < Struct.new( :client_token, :description, :domain_identifier, :name, :parent_domain_unit_identifier) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of the domain unit.
2401 2402 2403 2404 2405 2406 2407 2408 2409 |
# File 'lib/aws-sdk-datazone/types.rb', line 2401 class CreateDomainUnitInput < Struct.new( :client_token, :description, :domain_identifier, :name, :parent_domain_unit_identifier) SENSITIVE = [:description, :name] include Aws::Structure end |
#parent_domain_unit_identifier ⇒ String
The ID of the parent domain unit.
2401 2402 2403 2404 2405 2406 2407 2408 2409 |
# File 'lib/aws-sdk-datazone/types.rb', line 2401 class CreateDomainUnitInput < Struct.new( :client_token, :description, :domain_identifier, :name, :parent_domain_unit_identifier) SENSITIVE = [:description, :name] include Aws::Structure end |