Class: Aws::DataZone::Types::EnvironmentConfigurationParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::EnvironmentConfigurationParameter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The environment configuration parameter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_editable ⇒ Boolean
Specifies whether the environment parameter is editable.
-
#name ⇒ String
The name of the environment configuration parameter.
-
#value ⇒ String
The value of the environment configuration parameter.
Instance Attribute Details
#is_editable ⇒ Boolean
Specifies whether the environment parameter is editable.
7894 7895 7896 7897 7898 7899 7900 |
# File 'lib/aws-sdk-datazone/types.rb', line 7894 class EnvironmentConfigurationParameter < Struct.new( :name, :value, :is_editable) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the environment configuration parameter.
7894 7895 7896 7897 7898 7899 7900 |
# File 'lib/aws-sdk-datazone/types.rb', line 7894 class EnvironmentConfigurationParameter < Struct.new( :name, :value, :is_editable) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the environment configuration parameter.
7894 7895 7896 7897 7898 7899 7900 |
# File 'lib/aws-sdk-datazone/types.rb', line 7894 class EnvironmentConfigurationParameter < Struct.new( :name, :value, :is_editable) SENSITIVE = [] include Aws::Structure end |