Class: Aws::DataZone::Types::CreateDomainUnitOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateDomainUnitOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#ancestor_domain_unit_ids ⇒ Array<String>
The IDs of the ancestor domain units.
-
#created_at ⇒ Time
The timestamp at which the domain unit was created.
-
#created_by ⇒ String
The user who created the domain unit.
-
#description ⇒ String
The description of the domain unit.
-
#domain_id ⇒ String
The ID of the domain where the domain unit was created.
-
#id ⇒ String
The ID of the domain unit.
-
#name ⇒ String
The name of the domain unit.
-
#owners ⇒ Array<Types::DomainUnitOwnerProperties>
The owners of the domain unit.
-
#parent_domain_unit_id ⇒ String
The ID of the parent domain unit.
Instance Attribute Details
#ancestor_domain_unit_ids ⇒ Array<String>
The IDs of the ancestor domain units.
2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'lib/aws-sdk-datazone/types.rb', line 2449 class CreateDomainUnitOutput < Struct.new( :ancestor_domain_unit_ids, :created_at, :created_by, :description, :domain_id, :id, :name, :owners, :parent_domain_unit_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#created_at ⇒ Time
The timestamp at which the domain unit was created.
2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'lib/aws-sdk-datazone/types.rb', line 2449 class CreateDomainUnitOutput < Struct.new( :ancestor_domain_unit_ids, :created_at, :created_by, :description, :domain_id, :id, :name, :owners, :parent_domain_unit_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#created_by ⇒ String
The user who created the domain unit.
2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'lib/aws-sdk-datazone/types.rb', line 2449 class CreateDomainUnitOutput < Struct.new( :ancestor_domain_unit_ids, :created_at, :created_by, :description, :domain_id, :id, :name, :owners, :parent_domain_unit_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
The description of the domain unit.
2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'lib/aws-sdk-datazone/types.rb', line 2449 class CreateDomainUnitOutput < Struct.new( :ancestor_domain_unit_ids, :created_at, :created_by, :description, :domain_id, :id, :name, :owners, :parent_domain_unit_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_id ⇒ String
The ID of the domain where the domain unit was created.
2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'lib/aws-sdk-datazone/types.rb', line 2449 class CreateDomainUnitOutput < Struct.new( :ancestor_domain_unit_ids, :created_at, :created_by, :description, :domain_id, :id, :name, :owners, :parent_domain_unit_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#id ⇒ String
The ID of the domain unit.
2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'lib/aws-sdk-datazone/types.rb', line 2449 class CreateDomainUnitOutput < Struct.new( :ancestor_domain_unit_ids, :created_at, :created_by, :description, :domain_id, :id, :name, :owners, :parent_domain_unit_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of the domain unit.
2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'lib/aws-sdk-datazone/types.rb', line 2449 class CreateDomainUnitOutput < Struct.new( :ancestor_domain_unit_ids, :created_at, :created_by, :description, :domain_id, :id, :name, :owners, :parent_domain_unit_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#owners ⇒ Array<Types::DomainUnitOwnerProperties>
The owners of the domain unit.
2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'lib/aws-sdk-datazone/types.rb', line 2449 class CreateDomainUnitOutput < Struct.new( :ancestor_domain_unit_ids, :created_at, :created_by, :description, :domain_id, :id, :name, :owners, :parent_domain_unit_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#parent_domain_unit_id ⇒ String
The ID of the parent domain unit.
2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'lib/aws-sdk-datazone/types.rb', line 2449 class CreateDomainUnitOutput < Struct.new( :ancestor_domain_unit_ids, :created_at, :created_by, :description, :domain_id, :id, :name, :owners, :parent_domain_unit_id) SENSITIVE = [:description, :name] include Aws::Structure end |