Class: Aws::CloudWatchLogs::Types::StartQueryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::StartQueryResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/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.
7371 7372 7373 7374 7375 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7371 class StartQueryResponse < Struct.new( :query_id) SENSITIVE = [] include Aws::Structure end |