Class: Aws::IoTSiteWise::Types::StartQueryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::StartQueryResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Contains the response for the StartQuery operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_id ⇒ String
The unique identifier for the query execution.
-
#status ⇒ String
The initial query status.
Instance Attribute Details
#query_id ⇒ String
The unique identifier for the query execution.
13679 13680 13681 13682 13683 13684 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13679 class StartQueryResponse < Struct.new( :query_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The initial query status. The value is always SUBMITTED upon creation.
13679 13680 13681 13682 13683 13684 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13679 class StartQueryResponse < Struct.new( :query_id, :status) SENSITIVE = [] include Aws::Structure end |