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

#descriptionString

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

Returns:

  • (String)


11065
11066
11067
11068
11069
11070
11071
11072
11073
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11065

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

#domain_identifierString

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

Returns:

  • (String)


11065
11066
11067
11068
11069
11070
11071
11072
11073
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11065

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

#glossary_termsArray<String>

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

Returns:

  • (Array<String>)


11065
11066
11067
11068
11069
11070
11071
11072
11073
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11065

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

#identifierString

The identifier of the environment that is to be updated.

Returns:

  • (String)


11065
11066
11067
11068
11069
11070
11071
11072
11073
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11065

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

#nameString

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

Returns:

  • (String)


11065
11066
11067
11068
11069
11070
11071
11072
11073
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11065

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