Class: Aws::CloudWatchLogs::Types::CreateScheduledQueryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::CreateScheduledQueryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scheduled_query_arn ⇒ String
The Amazon Resource Name (ARN) of the created scheduled query.
-
#state ⇒ String
The current state of the scheduled query (ENABLED or DISABLED).
Instance Attribute Details
#scheduled_query_arn ⇒ String
The Amazon Resource Name (ARN) of the created scheduled query.
1089 1090 1091 1092 1093 1094 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1089 class CreateScheduledQueryResponse < Struct.new( :scheduled_query_arn, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the scheduled query (ENABLED or DISABLED).
1089 1090 1091 1092 1093 1094 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1089 class CreateScheduledQueryResponse < Struct.new( :scheduled_query_arn, :state) SENSITIVE = [] include Aws::Structure end |