Class: Aws::DataZone::Types::UpdateEnvironmentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateEnvironmentInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description to be updated as part of the
UpdateEnvironment
action. -
#domain_identifier ⇒ String
The identifier of the domain in which the environment is to be updated.
-
#glossary_terms ⇒ Array<String>
The glossary terms to be updated as part of the
UpdateEnvironment
action. -
#identifier ⇒ String
The identifier of the environment that is to be updated.
-
#name ⇒ String
The name to be updated as part of the
UpdateEnvironment
action.
Instance Attribute Details
#description ⇒ String
The description to be updated as part of the UpdateEnvironment
action.
18957 18958 18959 18960 18961 18962 18963 18964 18965 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18957 class UpdateEnvironmentInput < Struct.new( :description, :domain_identifier, :glossary_terms, :identifier, :name) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The identifier of the domain in which the environment is to be updated.
18957 18958 18959 18960 18961 18962 18963 18964 18965 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18957 class UpdateEnvironmentInput < Struct.new( :description, :domain_identifier, :glossary_terms, :identifier, :name) SENSITIVE = [] include Aws::Structure end |
#glossary_terms ⇒ Array<String>
The glossary terms to be updated as part of the UpdateEnvironment
action.
18957 18958 18959 18960 18961 18962 18963 18964 18965 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18957 class UpdateEnvironmentInput < Struct.new( :description, :domain_identifier, :glossary_terms, :identifier, :name) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The identifier of the environment that is to be updated.
18957 18958 18959 18960 18961 18962 18963 18964 18965 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18957 class UpdateEnvironmentInput < Struct.new( :description, :domain_identifier, :glossary_terms, :identifier, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name to be updated as part of the UpdateEnvironment
action.
18957 18958 18959 18960 18961 18962 18963 18964 18965 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18957 class UpdateEnvironmentInput < Struct.new( :description, :domain_identifier, :glossary_terms, :identifier, :name) SENSITIVE = [] include Aws::Structure end |