class Amazonite::CloudWatchLogs::ScheduledQuerySummary

Overview

Summary information about a scheduled query, including basic configuration and execution status.

Included Modules

Defined in:

cloudwatch_logs/scheduled_query_summary.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(scheduled_query_arn : String | Nil = nil, name : String | Nil = nil, state : ScheduledQueryState | Nil = nil, schedule_type : ScheduleType | Nil = nil, last_triggered_time : Int64 | Nil = nil, last_execution_status : ExecutionStatus | Nil = nil, schedule_expression : String | Nil = nil, timezone : String | Nil = nil, destination_configuration : DestinationConfiguration | Nil = nil, creation_time : Int64 | Nil = nil, last_updated_time : Int64 | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def creation_time : Int64 | Nil #

The timestamp when the scheduled query was created.


[View source]
def creation_time=(creation_time : Int64 | Nil) #

The timestamp when the scheduled query was created.


[View source]
def destination_configuration : DestinationConfiguration | Nil #

Configuration for where query results are delivered.


[View source]
def destination_configuration=(destination_configuration : DestinationConfiguration | Nil) #

Configuration for where query results are delivered.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def last_execution_status : ExecutionStatus | Nil #

The status of the most recent execution.


[View source]
def last_execution_status=(last_execution_status : ExecutionStatus | Nil) #

The status of the most recent execution.


[View source]
def last_triggered_time : Int64 | Nil #

The timestamp when the scheduled query was last executed.


[View source]
def last_triggered_time=(last_triggered_time : Int64 | Nil) #

The timestamp when the scheduled query was last executed.


[View source]
def last_updated_time : Int64 | Nil #

The timestamp when the scheduled query was last updated.


[View source]
def last_updated_time=(last_updated_time : Int64 | Nil) #

The timestamp when the scheduled query was last updated.


[View source]
def name : String | Nil #

The name of the scheduled query.


[View source]
def name=(name : String | Nil) #

The name of the scheduled query.


[View source]
def schedule_expression : String | Nil #

The cron expression that defines when the scheduled query runs.


[View source]
def schedule_expression=(schedule_expression : String | Nil) #

The cron expression that defines when the scheduled query runs.


[View source]
def schedule_type : ScheduleType | Nil #

The schedule type of the scheduled query. Valid values are CUSTOMER_MANAGED and AWS_MANAGED.


[View source]
def schedule_type=(schedule_type : ScheduleType | Nil) #

The schedule type of the scheduled query. Valid values are CUSTOMER_MANAGED and AWS_MANAGED.


[View source]
def scheduled_query_arn : String | Nil #

The ARN of the scheduled query.


[View source]
def scheduled_query_arn=(scheduled_query_arn : String | Nil) #

The ARN of the scheduled query.


[View source]
def state : ScheduledQueryState | Nil #

The current state of the scheduled query.


[View source]
def state=(state : ScheduledQueryState | Nil) #

The current state of the scheduled query.


[View source]
def timezone : String | Nil #

The timezone used for evaluating the schedule expression.


[View source]
def timezone=(timezone : String | Nil) #

The timezone used for evaluating the schedule expression.


[View source]
def validate! : Nil #

[View source]