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.
2397 2398 2399 |
# File 'sig/types.rbs', line 2397 def command @command end |
#database ⇒ ::String
Returns the value of attribute database.
2396 2397 2398 |
# File 'sig/types.rbs', line 2396 def database @database end |
#text ⇒ ::String
Returns the value of attribute text.
2395 2396 2397 |
# File 'sig/types.rbs', line 2395 def text @text end |
#type ⇒ "SQL", "CLI"
Returns the value of attribute type.
2398 2399 2400 |
# File 'sig/types.rbs', line 2398 def type @type end |