Class: Aws::CloudWatchLogs::Types::DeleteQueryDefinitionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#successBoolean

A value of TRUE indicates that the operation succeeded. FALSE indicates that the operation failed.

Returns:

  • (Boolean)


845
846
847
848
849
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 845

class DeleteQueryDefinitionResponse < Struct.new(
  :success)
  SENSITIVE = []
  include Aws::Structure
end