Class: Aws::DataZone::Types::UpdateDomainUnitOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateDomainUnitOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time stamp at which the domain unit that you want to update was created.
-
#created_by ⇒ String
The user who created the domain unit that you want to update.
-
#description ⇒ String
The description of the domain unit that you want to update.
-
#domain_id ⇒ String
The ID of the domain where you want to update the domain unit.
-
#id ⇒ String
The ID of the domain unit that you want to update.
-
#last_updated_at ⇒ Time
The timestamp at which the domain unit was last updated.
-
#last_updated_by ⇒ String
The user who last updated the domain unit.
-
#name ⇒ String
The name of the domain unit that you want to update.
-
#owners ⇒ Array<Types::DomainUnitOwnerProperties>
The owners of the domain unit that you want to update.
-
#parent_domain_unit_id ⇒ String
The ID of the parent domain unit.
Instance Attribute Details
#created_at ⇒ Time
The time stamp at which the domain unit that you want to update was created.
18843 18844 18845 18846 18847 18848 18849 18850 18851 18852 18853 18854 18855 18856 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18843 class UpdateDomainUnitOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :last_updated_at, :last_updated_by, :name, :owners, :parent_domain_unit_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#created_by ⇒ String
The user who created the domain unit that you want to update.
18843 18844 18845 18846 18847 18848 18849 18850 18851 18852 18853 18854 18855 18856 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18843 class UpdateDomainUnitOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :last_updated_at, :last_updated_by, :name, :owners, :parent_domain_unit_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
The description of the domain unit that you want to update.
18843 18844 18845 18846 18847 18848 18849 18850 18851 18852 18853 18854 18855 18856 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18843 class UpdateDomainUnitOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :last_updated_at, :last_updated_by, :name, :owners, :parent_domain_unit_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_id ⇒ String
The ID of the domain where you want to update the domain unit.
18843 18844 18845 18846 18847 18848 18849 18850 18851 18852 18853 18854 18855 18856 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18843 class UpdateDomainUnitOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :last_updated_at, :last_updated_by, :name, :owners, :parent_domain_unit_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#id ⇒ String
The ID of the domain unit that you want to update.
18843 18844 18845 18846 18847 18848 18849 18850 18851 18852 18853 18854 18855 18856 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18843 class UpdateDomainUnitOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :last_updated_at, :last_updated_by, :name, :owners, :parent_domain_unit_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp at which the domain unit was last updated.
18843 18844 18845 18846 18847 18848 18849 18850 18851 18852 18853 18854 18855 18856 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18843 class UpdateDomainUnitOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :last_updated_at, :last_updated_by, :name, :owners, :parent_domain_unit_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#last_updated_by ⇒ String
The user who last updated the domain unit.
18843 18844 18845 18846 18847 18848 18849 18850 18851 18852 18853 18854 18855 18856 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18843 class UpdateDomainUnitOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :last_updated_at, :last_updated_by, :name, :owners, :parent_domain_unit_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of the domain unit that you want to update.
18843 18844 18845 18846 18847 18848 18849 18850 18851 18852 18853 18854 18855 18856 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18843 class UpdateDomainUnitOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :last_updated_at, :last_updated_by, :name, :owners, :parent_domain_unit_id) SENSITIVE = [:description, :name] include Aws::Structure end |
#owners ⇒ Array<Types::DomainUnitOwnerProperties>
The owners of the domain unit that you want to update.
18843 18844 18845 18846 18847 18848 18849 18850 18851 18852 18853 18854 18855 18856 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18843 class UpdateDomainUnitOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :last_updated_at, :last_updated_by, :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.
18843 18844 18845 18846 18847 18848 18849 18850 18851 18852 18853 18854 18855 18856 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18843 class UpdateDomainUnitOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :last_updated_at, :last_updated_by, :name, :owners, :parent_domain_unit_id) SENSITIVE = [:description, :name] include Aws::Structure end |