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.
5828 5829 5830 |
# File 'sig/types.rbs', line 5828 def key @key end |
#value ⇒ ::String
Returns the value of attribute value.
5830 5831 5832 |
# File 'sig/types.rbs', line 5830 def value @value end |
#value_type ⇒ ::String
Returns the value of attribute value_type.
5829 5830 5831 |
# File 'sig/types.rbs', line 5829 def value_type @value_type end |