Class: Aws::Types::EnvironmentParameter
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#value ⇒ ::String
Returns the value of attribute value.
-
#value_type ⇒ ::String
Returns the value of attribute value_type.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
5832 5833 5834 |
# File 'sig/types.rbs', line 5832 def key @key end |
#value ⇒ ::String
Returns the value of attribute value.
5834 5835 5836 |
# File 'sig/types.rbs', line 5834 def value @value end |
#value_type ⇒ ::String
Returns the value of attribute value_type.
5833 5834 5835 |
# File 'sig/types.rbs', line 5833 def value_type @value_type end |