Class: Aws::CloudWatchLogs::Types::DeleteScheduledQueryRequest

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

#identifierString

The ARN or name of the scheduled query to delete.

Returns:

  • (String)


1741
1742
1743
1744
1745
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1741

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