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`.
6575 6576 6577 6578 6579 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6575 class StopQueryRequest < Struct.new( :query_id) SENSITIVE = [] include Aws::Structure end |