Class: Aws::Types::OutputParameter
- Inherits:
-
Object
- Object
- Aws::Types::OutputParameter
- 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.
9746 9747 9748 |
# File 'sig/types.rbs', line 9746 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
9747 9748 9749 |
# File 'sig/types.rbs', line 9747 def value @value end |