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.
-
#type ⇒ "PLAINTEXT", ...
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
549 550 551 |
# File 'sig/types.rbs', line 549 def name @name end |
#type ⇒ "PLAINTEXT", ...
Returns the value of attribute type.
551 552 553 |
# File 'sig/types.rbs', line 551 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
550 551 552 |
# File 'sig/types.rbs', line 550 def value @value end |