Class: Aws::CloudWatchLogs::Types::ScheduledQuerySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ScheduledQuerySummary
- Includes:
- Structure
- Defined in:
- 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.
8070 8071 8072 8073 8074 8075 8076 8077 8078 8079 8080 8081 8082 8083 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8070 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.
8070 8071 8072 8073 8074 8075 8076 8077 8078 8079 8080 8081 8082 8083 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8070 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).
8070 8071 8072 8073 8074 8075 8076 8077 8078 8079 8080 8081 8082 8083 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8070 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.
8070 8071 8072 8073 8074 8075 8076 8077 8078 8079 8080 8081 8082 8083 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8070 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.
8070 8071 8072 8073 8074 8075 8076 8077 8078 8079 8080 8081 8082 8083 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8070 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.
8070 8071 8072 8073 8074 8075 8076 8077 8078 8079 8080 8081 8082 8083 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8070 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.
8070 8071 8072 8073 8074 8075 8076 8077 8078 8079 8080 8081 8082 8083 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8070 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.
8070 8071 8072 8073 8074 8075 8076 8077 8078 8079 8080 8081 8082 8083 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8070 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).
8070 8071 8072 8073 8074 8075 8076 8077 8078 8079 8080 8081 8082 8083 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8070 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.
8070 8071 8072 8073 8074 8075 8076 8077 8078 8079 8080 8081 8082 8083 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8070 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 |