Class: Aws::Types::Secret
- Inherits:
-
Object
- Object
- Aws::Types::Secret
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value_from ⇒ ::String
Returns the value of attribute value_from.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def name @name end |
#value_from ⇒ ::String
Returns the value of attribute value_from.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def value_from @value_from end |