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.
3649 3650 3651 |
# File 'sig/types.rbs', line 3649 def key @key end |
#value ⇒ ::String
Returns the value of attribute value.
3650 3651 3652 |
# File 'sig/types.rbs', line 3650 def value @value end |