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 =
[:name, :description]
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.
3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3791 class CreateDomainUnitOutput < Struct.new( :id, :domain_id, :name, :parent_domain_unit_id, :description, :owners, :ancestor_domain_unit_ids, :created_at, :created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#created_at ⇒ Time
The timestamp at which the domain unit was created.
3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3791 class CreateDomainUnitOutput < Struct.new( :id, :domain_id, :name, :parent_domain_unit_id, :description, :owners, :ancestor_domain_unit_ids, :created_at, :created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#created_by ⇒ String
The user who created the domain unit.
3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3791 class CreateDomainUnitOutput < Struct.new( :id, :domain_id, :name, :parent_domain_unit_id, :description, :owners, :ancestor_domain_unit_ids, :created_at, :created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The description of the domain unit.
3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3791 class CreateDomainUnitOutput < Struct.new( :id, :domain_id, :name, :parent_domain_unit_id, :description, :owners, :ancestor_domain_unit_ids, :created_at, :created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#domain_id ⇒ String
The ID of the domain where the domain unit was created.
3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3791 class CreateDomainUnitOutput < Struct.new( :id, :domain_id, :name, :parent_domain_unit_id, :description, :owners, :ancestor_domain_unit_ids, :created_at, :created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#id ⇒ String
The ID of the domain unit.
3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3791 class CreateDomainUnitOutput < Struct.new( :id, :domain_id, :name, :parent_domain_unit_id, :description, :owners, :ancestor_domain_unit_ids, :created_at, :created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The name of the domain unit.
3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3791 class CreateDomainUnitOutput < Struct.new( :id, :domain_id, :name, :parent_domain_unit_id, :description, :owners, :ancestor_domain_unit_ids, :created_at, :created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#owners ⇒ Array<Types::DomainUnitOwnerProperties>
The owners of the domain unit.
3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3791 class CreateDomainUnitOutput < Struct.new( :id, :domain_id, :name, :parent_domain_unit_id, :description, :owners, :ancestor_domain_unit_ids, :created_at, :created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#parent_domain_unit_id ⇒ String
The ID of the parent domain unit.
3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3791 class CreateDomainUnitOutput < Struct.new( :id, :domain_id, :name, :parent_domain_unit_id, :description, :owners, :ancestor_domain_unit_ids, :created_at, :created_by) SENSITIVE = [:name, :description] include Aws::Structure end |