Class: Aws::Types::DescribeQueryDefinitionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeQueryDefinitionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#query_definition_name_prefix ⇒ ::String
Returns the value of attribute query_definition_name_prefix.
-
#query_language ⇒ "CWLI", ...
Returns the value of attribute query_language.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
722 723 724 |
# File 'sig/types.rbs', line 722 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
723 724 725 |
# File 'sig/types.rbs', line 723 def next_token @next_token end |
#query_definition_name_prefix ⇒ ::String
Returns the value of attribute query_definition_name_prefix.
721 722 723 |
# File 'sig/types.rbs', line 721 def query_definition_name_prefix @query_definition_name_prefix end |
#query_language ⇒ "CWLI", ...
Returns the value of attribute query_language.
720 721 722 |
# File 'sig/types.rbs', line 720 def query_language @query_language end |