Class: Aws::CloudWatchLogs::Types::CreateScheduledQueryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::CreateScheduledQueryResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scheduled_query_arn ⇒ String
The ARN of the created scheduled query.
-
#state ⇒ String
The current state of the scheduled query.
Instance Attribute Details
#scheduled_query_arn ⇒ String
The ARN of the created scheduled query.
1231 1232 1233 1234 1235 1236 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1231 class CreateScheduledQueryResponse < Struct.new( :scheduled_query_arn, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the scheduled query.
1231 1232 1233 1234 1235 1236 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1231 class CreateScheduledQueryResponse < Struct.new( :scheduled_query_arn, :state) SENSITIVE = [] include Aws::Structure end |