Class: Aws::CloudWatchLogs::Types::StopQueryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::StopQueryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_id ⇒ String
The ID number of the query to stop.
Instance Attribute Details
#query_id ⇒ String
The ID number of the query to stop. To find this ID number, use ‘DescribeQueries`.
5080 5081 5082 5083 5084 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 5080 class StopQueryRequest < Struct.new( :query_id) SENSITIVE = [] include Aws::Structure end |