Class: Aws::DataZone::Types::EnvironmentConfigurationParameter

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

Overview

The environment configuration parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_editableBoolean

Specifies whether the environment parameter is editable.

Returns:

  • (Boolean)


8205
8206
8207
8208
8209
8210
8211
# File 'lib/aws-sdk-datazone/types.rb', line 8205

class EnvironmentConfigurationParameter < Struct.new(
  :name,
  :value,
  :is_editable)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the environment configuration parameter.

Returns:

  • (String)


8205
8206
8207
8208
8209
8210
8211
# File 'lib/aws-sdk-datazone/types.rb', line 8205

class EnvironmentConfigurationParameter < Struct.new(
  :name,
  :value,
  :is_editable)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the environment configuration parameter.

Returns:

  • (String)


8205
8206
8207
8208
8209
8210
8211
# File 'lib/aws-sdk-datazone/types.rb', line 8205

class EnvironmentConfigurationParameter < Struct.new(
  :name,
  :value,
  :is_editable)
  SENSITIVE = []
  include Aws::Structure
end