Class: Aws::Types::GetQueryResultsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetQueryResultsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_data_store ⇒ ::String
Returns the value of attribute event_data_store.
-
#event_data_store_owner_account_id ⇒ ::String
Returns the value of attribute event_data_store_owner_account_id.
-
#max_query_results ⇒ ::Integer
Returns the value of attribute max_query_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
Instance Attribute Details
#event_data_store ⇒ ::String
Returns the value of attribute event_data_store.
539 540 541 |
# File 'sig/types.rbs', line 539 def event_data_store @event_data_store end |
#event_data_store_owner_account_id ⇒ ::String
Returns the value of attribute event_data_store_owner_account_id.
543 544 545 |
# File 'sig/types.rbs', line 543 def event_data_store_owner_account_id @event_data_store_owner_account_id end |
#max_query_results ⇒ ::Integer
Returns the value of attribute max_query_results.
542 543 544 |
# File 'sig/types.rbs', line 542 def max_query_results @max_query_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
541 542 543 |
# File 'sig/types.rbs', line 541 def next_token @next_token end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
540 541 542 |
# File 'sig/types.rbs', line 540 def query_id @query_id end |