Class: Aws::Types::EnvironmentParameter
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
2329 2330 2331 |
# File 'sig/types.rbs', line 2329 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
2330 2331 2332 |
# File 'sig/types.rbs', line 2330 def value @value end |