Class: Aws::CloudWatchLogs::Types::GetScheduledQueryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::GetScheduledQueryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The name or ARN of the scheduled query to retrieve.
Instance Attribute Details
#identifier ⇒ String
The name or ARN of the scheduled query to retrieve.
3789 3790 3791 3792 3793 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3789 class GetScheduledQueryRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |