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.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def name @name end |
#value_from ⇒ ::String
Returns the value of attribute value_from.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def value_from @value_from end |