Class: Aws::DataZone::Types::CreateDomainUnitOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateDomainUnitOutput
- Defined in:
- gems/aws-sdk-datazone/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.
2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2420 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.
2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2420 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.
2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2420 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.
2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2420 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.
2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2420 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.
2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2420 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.
2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2420 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.
2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2420 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.
2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2420 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 |