Class: Aws::Types::RecommendedAction
- Inherits:
-
Object
- Object
- Aws::Types::RecommendedAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command ⇒ ::String
Returns the value of attribute command.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#type ⇒ "SQL", "CLI"
Returns the value of attribute type.
Instance Attribute Details
#command ⇒ ::String
Returns the value of attribute command.
2408 2409 2410 |
# File 'sig/types.rbs', line 2408 def command @command end |
#database ⇒ ::String
Returns the value of attribute database.
2407 2408 2409 |
# File 'sig/types.rbs', line 2407 def database @database end |
#text ⇒ ::String
Returns the value of attribute text.
2406 2407 2408 |
# File 'sig/types.rbs', line 2406 def text @text end |
#type ⇒ "SQL", "CLI"
Returns the value of attribute type.
2409 2410 2411 |
# File 'sig/types.rbs', line 2409 def type @type end |