Class: Aws::DataZone::Types::EnvironmentConfigurationParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::EnvironmentConfigurationParameter
- 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
-
#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.
6697 6698 6699 6700 6701 6702 6703 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6697 class EnvironmentConfigurationParameter < Struct.new( :is_editable, :name, :value) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the environment configuration parameter.
6697 6698 6699 6700 6701 6702 6703 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6697 class EnvironmentConfigurationParameter < Struct.new( :is_editable, :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the environment configuration parameter.
6697 6698 6699 6700 6701 6702 6703 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6697 class EnvironmentConfigurationParameter < Struct.new( :is_editable, :name, :value) SENSITIVE = [] include Aws::Structure end |