Class: Aws::Types::QueryRequest
- Inherits:
-
Object
- Object
- Aws::Types::QueryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#max_rows ⇒ ::Integer
Returns the value of attribute max_rows.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#query_insights ⇒ Types::QueryInsights
Returns the value of attribute query_insights.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
281 282 283 |
# File 'sig/types.rbs', line 281 def client_token @client_token end |
#max_rows ⇒ ::Integer
Returns the value of attribute max_rows.
283 284 285 |
# File 'sig/types.rbs', line 283 def max_rows @max_rows end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
282 283 284 |
# File 'sig/types.rbs', line 282 def next_token @next_token end |
#query_insights ⇒ Types::QueryInsights
Returns the value of attribute query_insights.
284 285 286 |
# File 'sig/types.rbs', line 284 def query_insights @query_insights end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
280 281 282 |
# File 'sig/types.rbs', line 280 def query_string @query_string end |