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
-
#blueprint_version ⇒ String
The blueprint version to which the environment should be updated.
-
#description ⇒ String
The description to be updated as part of the
UpdateEnvironmentaction. -
#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
UpdateEnvironmentaction. -
#identifier ⇒ String
The identifier of the environment that is to be updated.
-
#name ⇒ String
The name to be updated as part of the
UpdateEnvironmentaction. -
#user_parameters ⇒ Array<Types::EnvironmentParameter>
The user parameters of the environment.
Instance Attribute Details
#blueprint_version ⇒ String
The blueprint version to which the environment should be updated.
You can only specify the following string for this parameter:
latest.
20663 20664 20665 20666 20667 20668 20669 20670 20671 20672 20673 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20663 class UpdateEnvironmentInput < Struct.new( :blueprint_version, :description, :domain_identifier, :glossary_terms, :identifier, :name, :user_parameters) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description to be updated as part of the UpdateEnvironment
action.
20663 20664 20665 20666 20667 20668 20669 20670 20671 20672 20673 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20663 class UpdateEnvironmentInput < Struct.new( :blueprint_version, :description, :domain_identifier, :glossary_terms, :identifier, :name, :user_parameters) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The identifier of the domain in which the environment is to be updated.
20663 20664 20665 20666 20667 20668 20669 20670 20671 20672 20673 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20663 class UpdateEnvironmentInput < Struct.new( :blueprint_version, :description, :domain_identifier, :glossary_terms, :identifier, :name, :user_parameters) SENSITIVE = [] include Aws::Structure end |
#glossary_terms ⇒ Array<String>
The glossary terms to be updated as part of the UpdateEnvironment
action.
20663 20664 20665 20666 20667 20668 20669 20670 20671 20672 20673 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20663 class UpdateEnvironmentInput < Struct.new( :blueprint_version, :description, :domain_identifier, :glossary_terms, :identifier, :name, :user_parameters) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The identifier of the environment that is to be updated.
20663 20664 20665 20666 20667 20668 20669 20670 20671 20672 20673 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20663 class UpdateEnvironmentInput < Struct.new( :blueprint_version, :description, :domain_identifier, :glossary_terms, :identifier, :name, :user_parameters) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name to be updated as part of the UpdateEnvironment action.
20663 20664 20665 20666 20667 20668 20669 20670 20671 20672 20673 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20663 class UpdateEnvironmentInput < Struct.new( :blueprint_version, :description, :domain_identifier, :glossary_terms, :identifier, :name, :user_parameters) SENSITIVE = [] include Aws::Structure end |
#user_parameters ⇒ Array<Types::EnvironmentParameter>
The user parameters of the environment.
20663 20664 20665 20666 20667 20668 20669 20670 20671 20672 20673 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20663 class UpdateEnvironmentInput < Struct.new( :blueprint_version, :description, :domain_identifier, :glossary_terms, :identifier, :name, :user_parameters) SENSITIVE = [] include Aws::Structure end |