Class: Aws::CloudWatchLogs::Types::StartQueryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::StartQueryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_id ⇒ String
The unique ID of the query.
Instance Attribute Details
#query_id ⇒ String
The unique ID of the query.
5085 5086 5087 5088 5089 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 5085 class StartQueryResponse < Struct.new( :query_id) SENSITIVE = [] include Aws::Structure end |