Class: Aws::IoTSiteWise::Types::CancelQueryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CancelQueryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains the response for the CancelQuery operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_id ⇒ String
The unique identifier for the cancelled query.
-
#status ⇒ String
The current query status.
Instance Attribute Details
#query_id ⇒ String
The unique identifier for the cancelled query.
2785 2786 2787 2788 2789 2790 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2785 class CancelQueryResponse < Struct.new( :query_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current query status.
2785 2786 2787 2788 2789 2790 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2785 class CancelQueryResponse < Struct.new( :query_id, :status) SENSITIVE = [] include Aws::Structure end |