Class: Aws::Types::EksContainerEnvironmentVariable
- Inherits:
-
Object
- Object
- Aws::Types::EksContainerEnvironmentVariable
- 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.
689 690 691 |
# File 'sig/types.rbs', line 689 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
690 691 692 |
# File 'sig/types.rbs', line 690 def value @value end |