Class: Aws::CloudWatchLogs::Types::DeleteQueryDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteQueryDefinitionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#success ⇒ Boolean
A value of TRUE indicates that the operation succeeded.
Instance Attribute Details
#success ⇒ Boolean
A value of TRUE indicates that the operation succeeded. FALSE indicates that the operation failed.
1260 1261 1262 1263 1264 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1260 class DeleteQueryDefinitionResponse < Struct.new( :success) SENSITIVE = [] include Aws::Structure end |