Class: Aws::Types::BatchGetQueryExecutionOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetQueryExecutionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#query_executions ⇒ ::Array[Types::QueryExecution]
Returns the value of attribute query_executions.
-
#unprocessed_query_execution_ids ⇒ ::Array[Types::UnprocessedQueryExecutionId]
Returns the value of attribute unprocessed_query_execution_ids.
Instance Attribute Details
#query_executions ⇒ ::Array[Types::QueryExecution]
Returns the value of attribute query_executions.
59 60 61 |
# File 'sig/types.rbs', line 59 def query_executions @query_executions end |
#unprocessed_query_execution_ids ⇒ ::Array[Types::UnprocessedQueryExecutionId]
Returns the value of attribute unprocessed_query_execution_ids.
60 61 62 |
# File 'sig/types.rbs', line 60 def unprocessed_query_execution_ids @unprocessed_query_execution_ids end |