Class: Aws::Types::EnvironmentVariable
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentVariable
- 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.
363 364 365 |
# File 'sig/types.rbs', line 363 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
364 365 366 |
# File 'sig/types.rbs', line 364 def value @value end |