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.
5847 5848 5849 |
# File 'sig/types.rbs', line 5847 def key @key end |
#value ⇒ ::String
Returns the value of attribute value.
5849 5850 5851 |
# File 'sig/types.rbs', line 5849 def value @value end |
#value_type ⇒ ::String
Returns the value of attribute value_type.
5848 5849 5850 |
# File 'sig/types.rbs', line 5848 def value_type @value_type end |