Class: Aws::Types::RecommendedActionParameter
- Inherits:
-
Object
- Object
- Aws::Types::RecommendedActionParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
3650 3651 3652 |
# File 'sig/types.rbs', line 3650 def key @key end |
#value ⇒ ::String
Returns the value of attribute value.
3651 3652 3653 |
# File 'sig/types.rbs', line 3651 def value @value end |