Class: Aws::Types::GetQueryResultsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetQueryResultsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
Instance Attribute Details
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def max_items @max_items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def next_token @next_token end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def query_id @query_id end |