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.
1009 1010 1011 1012 1013 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1009 class DeleteQueryDefinitionResponse < Struct.new( :success) SENSITIVE = [] include Aws::Structure end |