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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


15715
15716
15717
15718
15719
15720
15721
15722
15723
# File 'lib/aws-sdk-datazone/types.rb', line 15715

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)


15715
15716
15717
15718
15719
15720
15721
15722
15723
# File 'lib/aws-sdk-datazone/types.rb', line 15715

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>)


15715
15716
15717
15718
15719
15720
15721
15722
15723
# File 'lib/aws-sdk-datazone/types.rb', line 15715

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)


15715
15716
15717
15718
15719
15720
15721
15722
15723
# File 'lib/aws-sdk-datazone/types.rb', line 15715

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)


15715
15716
15717
15718
15719
15720
15721
15722
15723
# File 'lib/aws-sdk-datazone/types.rb', line 15715

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