Class: Aws::Types::ListQueriesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListQueriesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#graph_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#state ⇒ "ALL", ...
Returns the value of attribute state.
Instance Attribute Details
#graph_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
544 545 546 |
# File 'sig/types.rbs', line 544 def graph_identifier @graph_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
545 546 547 |
# File 'sig/types.rbs', line 545 def max_results @max_results end |
#state ⇒ "ALL", ...
Returns the value of attribute state.
546 547 548 |
# File 'sig/types.rbs', line 546 def state @state end |