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 =
[:name, :description]
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.
21128 21129 21130 21131 21132 21133 21134 21135 21136 21137 21138 21139 21140 21141 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21128 class UpdateDomainUnitOutput < Struct.new( :id, :domain_id, :name, :owners, :description, :parent_domain_unit_id, :created_at, :last_updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#created_by ⇒ String
The user who created the domain unit that you want to update.
21128 21129 21130 21131 21132 21133 21134 21135 21136 21137 21138 21139 21140 21141 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21128 class UpdateDomainUnitOutput < Struct.new( :id, :domain_id, :name, :owners, :description, :parent_domain_unit_id, :created_at, :last_updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The description of the domain unit that you want to update.
21128 21129 21130 21131 21132 21133 21134 21135 21136 21137 21138 21139 21140 21141 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21128 class UpdateDomainUnitOutput < Struct.new( :id, :domain_id, :name, :owners, :description, :parent_domain_unit_id, :created_at, :last_updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#domain_id ⇒ String
The ID of the domain where you want to update the domain unit.
21128 21129 21130 21131 21132 21133 21134 21135 21136 21137 21138 21139 21140 21141 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21128 class UpdateDomainUnitOutput < Struct.new( :id, :domain_id, :name, :owners, :description, :parent_domain_unit_id, :created_at, :last_updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#id ⇒ String
The ID of the domain unit that you want to update.
21128 21129 21130 21131 21132 21133 21134 21135 21136 21137 21138 21139 21140 21141 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21128 class UpdateDomainUnitOutput < Struct.new( :id, :domain_id, :name, :owners, :description, :parent_domain_unit_id, :created_at, :last_updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp at which the domain unit was last updated.
21128 21129 21130 21131 21132 21133 21134 21135 21136 21137 21138 21139 21140 21141 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21128 class UpdateDomainUnitOutput < Struct.new( :id, :domain_id, :name, :owners, :description, :parent_domain_unit_id, :created_at, :last_updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#last_updated_by ⇒ String
The user who last updated the domain unit.
21128 21129 21130 21131 21132 21133 21134 21135 21136 21137 21138 21139 21140 21141 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21128 class UpdateDomainUnitOutput < Struct.new( :id, :domain_id, :name, :owners, :description, :parent_domain_unit_id, :created_at, :last_updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The name of the domain unit that you want to update.
21128 21129 21130 21131 21132 21133 21134 21135 21136 21137 21138 21139 21140 21141 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21128 class UpdateDomainUnitOutput < Struct.new( :id, :domain_id, :name, :owners, :description, :parent_domain_unit_id, :created_at, :last_updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#owners ⇒ Array<Types::DomainUnitOwnerProperties>
The owners of the domain unit that you want to update.
21128 21129 21130 21131 21132 21133 21134 21135 21136 21137 21138 21139 21140 21141 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21128 class UpdateDomainUnitOutput < Struct.new( :id, :domain_id, :name, :owners, :description, :parent_domain_unit_id, :created_at, :last_updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#parent_domain_unit_id ⇒ String
The ID of the parent domain unit.
21128 21129 21130 21131 21132 21133 21134 21135 21136 21137 21138 21139 21140 21141 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21128 class UpdateDomainUnitOutput < Struct.new( :id, :domain_id, :name, :owners, :description, :parent_domain_unit_id, :created_at, :last_updated_at, :created_by, :last_updated_by) SENSITIVE = [:name, :description] include Aws::Structure end |