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.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def name @name end |
#value_from ⇒ ::String
Returns the value of attribute value_from.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def value_from @value_from end |