Class: Aws::DataZone::Types::UpdateDomainUnitInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateDomainUnitInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the domain unit that you want to update.
-
#domain_identifier ⇒ String
The ID of the domain where you want to update a domain unit.
-
#identifier ⇒ String
The ID of the domain unit that you want to update.
-
#name ⇒ String
The name of the domain unit that you want to update.
Instance Attribute Details
#description ⇒ String
The description of the domain unit that you want to update.
18791 18792 18793 18794 18795 18796 18797 18798 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18791 class UpdateDomainUnitInput < Struct.new( :description, :domain_identifier, :identifier, :name) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the domain where you want to update a domain unit.
18791 18792 18793 18794 18795 18796 18797 18798 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18791 class UpdateDomainUnitInput < Struct.new( :description, :domain_identifier, :identifier, :name) SENSITIVE = [:description, :name] include Aws::Structure end |
#identifier ⇒ String
The ID of the domain unit that you want to update.
18791 18792 18793 18794 18795 18796 18797 18798 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18791 class UpdateDomainUnitInput < Struct.new( :description, :domain_identifier, :identifier, :name) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of the domain unit that you want to update.
18791 18792 18793 18794 18795 18796 18797 18798 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18791 class UpdateDomainUnitInput < Struct.new( :description, :domain_identifier, :identifier, :name) SENSITIVE = [:description, :name] include Aws::Structure end |