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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


6670
6671
6672
6673
6674
6675
6676
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6670

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

#nameString

The name of the environment configuration parameter.

Returns:

  • (String)


6670
6671
6672
6673
6674
6675
6676
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6670

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

#valueString

The value of the environment configuration parameter.

Returns:

  • (String)


6670
6671
6672
6673
6674
6675
6676
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6670

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