Class: Aws::CloudWatchLogs::Types::DeleteScheduledQueryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteScheduledQueryRequest
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The ARN or name of the scheduled query to delete.
Instance Attribute Details
#identifier ⇒ String
The ARN or name of the scheduled query to delete.
1663 1664 1665 1666 1667 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1663 class DeleteScheduledQueryRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |