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 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.
1081 1082 1083 1084 1085 1086 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1081 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).
1081 1082 1083 1084 1085 1086 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1081 class CreateScheduledQueryResponse < Struct.new( :scheduled_query_arn, :state) SENSITIVE = [] include Aws::Structure end |