Class: Aws::DataZone::Types::UpdateEnvironmentInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_versionString

The blueprint version to which the environment should be updated. You can only specify the following string for this parameter: latest.

Returns:

  • (String)


19003
19004
19005
19006
19007
19008
19009
19010
19011
19012
19013
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19003

class UpdateEnvironmentInput < Struct.new(
  :blueprint_version,
  :description,
  :domain_identifier,
  :glossary_terms,
  :identifier,
  :name,
  :user_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description to be updated as part of the UpdateEnvironment action.

Returns:

  • (String)


19003
19004
19005
19006
19007
19008
19009
19010
19011
19012
19013
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19003

class UpdateEnvironmentInput < Struct.new(
  :blueprint_version,
  :description,
  :domain_identifier,
  :glossary_terms,
  :identifier,
  :name,
  :user_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#domain_identifierString

The identifier of the domain in which the environment is to be updated.

Returns:

  • (String)


19003
19004
19005
19006
19007
19008
19009
19010
19011
19012
19013
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19003

class UpdateEnvironmentInput < Struct.new(
  :blueprint_version,
  :description,
  :domain_identifier,
  :glossary_terms,
  :identifier,
  :name,
  :user_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#glossary_termsArray<String>

The glossary terms to be updated as part of the UpdateEnvironment action.

Returns:

  • (Array<String>)


19003
19004
19005
19006
19007
19008
19009
19010
19011
19012
19013
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19003

class UpdateEnvironmentInput < Struct.new(
  :blueprint_version,
  :description,
  :domain_identifier,
  :glossary_terms,
  :identifier,
  :name,
  :user_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The identifier of the environment that is to be updated.

Returns:

  • (String)


19003
19004
19005
19006
19007
19008
19009
19010
19011
19012
19013
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19003

class UpdateEnvironmentInput < Struct.new(
  :blueprint_version,
  :description,
  :domain_identifier,
  :glossary_terms,
  :identifier,
  :name,
  :user_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name to be updated as part of the UpdateEnvironment action.

Returns:

  • (String)


19003
19004
19005
19006
19007
19008
19009
19010
19011
19012
19013
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19003

class UpdateEnvironmentInput < Struct.new(
  :blueprint_version,
  :description,
  :domain_identifier,
  :glossary_terms,
  :identifier,
  :name,
  :user_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#user_parametersArray<Types::EnvironmentParameter>

The user parameters of the environment.

Returns:



19003
19004
19005
19006
19007
19008
19009
19010
19011
19012
19013
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19003

class UpdateEnvironmentInput < Struct.new(
  :blueprint_version,
  :description,
  :domain_identifier,
  :glossary_terms,
  :identifier,
  :name,
  :user_parameters)
  SENSITIVE = []
  include Aws::Structure
end