Class: Aws::CloudWatchLogs::Types::StopQueryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::StopQueryResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#success ⇒ Boolean
This is true if the query was stopped by the
StopQueryoperation.
Instance Attribute Details
#success ⇒ Boolean
This is true if the query was stopped by the StopQuery operation.
9167 9168 9169 9170 9171 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 9167 class StopQueryResponse < Struct.new( :success) SENSITIVE = [] include Aws::Structure end |