

# QuerySummary
<a name="API_QuerySummary"></a>

Contains summary information about a query.

## Contents
<a name="API_QuerySummary_Contents"></a>

 ** queryId **   <a name="iotsitewise-Type-QuerySummary-queryId"></a>
The unique identifier for the query execution.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 64.  
Pattern: `[a-zA-Z0-9-]+`   
Required: Yes

 ** status **   <a name="iotsitewise-Type-QuerySummary-status"></a>
The current query status.  
Type: String  
Valid Values: `SUBMITTED | RUNNING | COMPLETED | FAILED | CANCELED | CANCELING`   
Required: Yes

 ** submittedAt **   <a name="iotsitewise-Type-QuerySummary-submittedAt"></a>
The date and time when the query was submitted, in Unix epoch time.  
Type: Timestamp  
Required: Yes

 ** completedAt **   <a name="iotsitewise-Type-QuerySummary-completedAt"></a>
The date and time when the query reached a terminal state, in Unix epoch time.  
Type: Timestamp  
Required: No

## See Also
<a name="API_QuerySummary_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/iotsitewise-2019-12-02/QuerySummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/iotsitewise-2019-12-02/QuerySummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/iotsitewise-2019-12-02/QuerySummary) 