Class: Aws::Types::EnvironmentConfigurationParameter
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentConfigurationParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_editable ⇒ Boolean
Returns the value of attribute is_editable.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#is_editable ⇒ Boolean
Returns the value of attribute is_editable.
2297 2298 2299 |
# File 'sig/types.rbs', line 2297 def is_editable @is_editable end |
#name ⇒ ::String
Returns the value of attribute name.
2295 2296 2297 |
# File 'sig/types.rbs', line 2295 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
2296 2297 2298 |
# File 'sig/types.rbs', line 2296 def value @value end |