Class: Aws::CloudWatchLogs::Types::ScheduledQuerySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ScheduledQuerySummary
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Summary information about a scheduled query, used in list operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Integer
The time when the scheduled query was created.
-
#destination_configuration ⇒ Types::DestinationConfiguration
Configuration for destinations where the query results are delivered.
-
#last_execution_status ⇒ String
The status of the last execution (Running, Complete, Failed, Timeout, or InvalidQuery).
-
#last_triggered_time ⇒ Integer
The time when the scheduled query was last executed.
-
#last_updated_time ⇒ Integer
The time when the scheduled query was last updated.
-
#name ⇒ String
The name of the scheduled query.
-
#schedule_expression ⇒ String
The cron expression that defines when the scheduled query runs.
-
#scheduled_query_arn ⇒ String
The ARN of the scheduled query.
-
#state ⇒ String
The current state of the scheduled query (ENABLED or DISABLED).
-
#timezone ⇒ String
The timezone in which the schedule expression is evaluated.
Instance Attribute Details
#creation_time ⇒ Integer
The time when the scheduled query was created.
8026 8027 8028 8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8026 class ScheduledQuerySummary < Struct.new( :scheduled_query_arn, :name, :state, :last_triggered_time, :last_execution_status, :schedule_expression, :timezone, :destination_configuration, :creation_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#destination_configuration ⇒ Types::DestinationConfiguration
Configuration for destinations where the query results are delivered.
8026 8027 8028 8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8026 class ScheduledQuerySummary < Struct.new( :scheduled_query_arn, :name, :state, :last_triggered_time, :last_execution_status, :schedule_expression, :timezone, :destination_configuration, :creation_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#last_execution_status ⇒ String
The status of the last execution (Running, Complete, Failed, Timeout, or InvalidQuery).
8026 8027 8028 8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8026 class ScheduledQuerySummary < Struct.new( :scheduled_query_arn, :name, :state, :last_triggered_time, :last_execution_status, :schedule_expression, :timezone, :destination_configuration, :creation_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#last_triggered_time ⇒ Integer
The time when the scheduled query was last executed.
8026 8027 8028 8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8026 class ScheduledQuerySummary < Struct.new( :scheduled_query_arn, :name, :state, :last_triggered_time, :last_execution_status, :schedule_expression, :timezone, :destination_configuration, :creation_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Integer
The time when the scheduled query was last updated.
8026 8027 8028 8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8026 class ScheduledQuerySummary < Struct.new( :scheduled_query_arn, :name, :state, :last_triggered_time, :last_execution_status, :schedule_expression, :timezone, :destination_configuration, :creation_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the scheduled query.
8026 8027 8028 8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8026 class ScheduledQuerySummary < Struct.new( :scheduled_query_arn, :name, :state, :last_triggered_time, :last_execution_status, :schedule_expression, :timezone, :destination_configuration, :creation_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#schedule_expression ⇒ String
The cron expression that defines when the scheduled query runs.
8026 8027 8028 8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8026 class ScheduledQuerySummary < Struct.new( :scheduled_query_arn, :name, :state, :last_triggered_time, :last_execution_status, :schedule_expression, :timezone, :destination_configuration, :creation_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#scheduled_query_arn ⇒ String
The ARN of the scheduled query.
8026 8027 8028 8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8026 class ScheduledQuerySummary < Struct.new( :scheduled_query_arn, :name, :state, :last_triggered_time, :last_execution_status, :schedule_expression, :timezone, :destination_configuration, :creation_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the scheduled query (ENABLED or DISABLED).
8026 8027 8028 8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8026 class ScheduledQuerySummary < Struct.new( :scheduled_query_arn, :name, :state, :last_triggered_time, :last_execution_status, :schedule_expression, :timezone, :destination_configuration, :creation_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#timezone ⇒ String
The timezone in which the schedule expression is evaluated.
8026 8027 8028 8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8026 class ScheduledQuerySummary < Struct.new( :scheduled_query_arn, :name, :state, :last_triggered_time, :last_execution_status, :schedule_expression, :timezone, :destination_configuration, :creation_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |