Class: Aws::Types::ExportedEnvironmentVariable
- Inherits:
-
Object
- Object
- Aws::Types::ExportedEnvironmentVariable
- 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.
556 557 558 |
# File 'sig/types.rbs', line 556 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
557 558 559 |
# File 'sig/types.rbs', line 557 def value @value end |