Class: Aws::IoTSiteWise::Types::DescribeQueryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeQueryRequest
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_id ⇒ String
The unique identifier for the query execution.
-
#workspace_name ⇒ String
The name of the workspace associated with the query.
Instance Attribute Details
#query_id ⇒ String
The unique identifier for the query execution.
7922 7923 7924 7925 7926 7927 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7922 class DescribeQueryRequest < Struct.new( :workspace_name, :query_id) SENSITIVE = [] include Aws::Structure end |
#workspace_name ⇒ String
The name of the workspace associated with the query.
7922 7923 7924 7925 7926 7927 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7922 class DescribeQueryRequest < Struct.new( :workspace_name, :query_id) SENSITIVE = [] include Aws::Structure end |