Class: Aws::DataZone::Types::UpdateProjectInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateProjectInput
- 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 to be updated as part of the
UpdateProject
action. -
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain where a project is being updated.
-
#glossary_terms ⇒ Array<String>
The glossary terms to be updated as part of the
UpdateProject
action. -
#identifier ⇒ String
The identifier of the project that is to be updated.
-
#name ⇒ String
The name to be updated as part of the
UpdateProject
action.
Instance Attribute Details
#description ⇒ String
The description to be updated as part of the UpdateProject
action.
15607 15608 15609 15610 15611 15612 15613 15614 15615 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15607 class UpdateProjectInput < Struct.new( :description, :domain_identifier, :glossary_terms, :identifier, :name) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain where a project is being updated.
15607 15608 15609 15610 15611 15612 15613 15614 15615 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15607 class UpdateProjectInput < Struct.new( :description, :domain_identifier, :glossary_terms, :identifier, :name) SENSITIVE = [:description, :name] include Aws::Structure end |
#glossary_terms ⇒ Array<String>
The glossary terms to be updated as part of the UpdateProject
action.
15607 15608 15609 15610 15611 15612 15613 15614 15615 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15607 class UpdateProjectInput < Struct.new( :description, :domain_identifier, :glossary_terms, :identifier, :name) SENSITIVE = [:description, :name] include Aws::Structure end |
#identifier ⇒ String
The identifier of the project that is to be updated.
15607 15608 15609 15610 15611 15612 15613 15614 15615 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15607 class UpdateProjectInput < Struct.new( :description, :domain_identifier, :glossary_terms, :identifier, :name) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name to be updated as part of the UpdateProject
action.
15607 15608 15609 15610 15611 15612 15613 15614 15615 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15607 class UpdateProjectInput < Struct.new( :description, :domain_identifier, :glossary_terms, :identifier, :name) SENSITIVE = [:description, :name] include Aws::Structure end |