class Amazonite::CloudWatchLogs::UpdateScheduledQueryResponse

Included Modules

Defined in:

cloudwatch_logs/update_scheduled_query_response.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, description : String | Nil = nil, query_language : QueryLanguage | Nil = nil, query_string : String | Nil = nil, log_group_identifiers : Array(String) | Nil = nil, schedule_expression : String | Nil = nil, timezone : String | Nil = nil, start_time_offset : Int64 | Nil = nil, end_time_offset : Int64 | Nil = nil, destination_configuration : DestinationConfiguration | Nil = nil, state : ScheduledQueryState | Nil = nil, schedule_type : ScheduleType | Nil = nil, last_triggered_time : Int64 | Nil = nil, last_execution_status : ExecutionStatus | Nil = nil, schedule_start_time : Int64 | Nil = nil, schedule_end_time : Int64 | Nil = nil, execution_role_arn : String | 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 originally created.


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

The timestamp when the scheduled query was originally created.


[View source]
def description : String | Nil #

The description of the updated scheduled query.


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

The description of the updated scheduled query.


[View source]
def destination_configuration : DestinationConfiguration | Nil #

The destination configuration of the updated scheduled query.


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

The destination configuration of the updated scheduled query.


[View source]
def end_time_offset : Int64 | Nil #

The end time offset in seconds of the updated scheduled query.


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

The end time offset in seconds of the updated scheduled query.


[View source]
def execution_role_arn : String | Nil #

The execution role ARN of the updated scheduled query.


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

The execution role ARN of the updated scheduled query.


[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 of the updated scheduled query.


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

The status of the most recent execution of the updated scheduled query.


[View source]
def last_triggered_time : Int64 | Nil #

The timestamp when the updated scheduled query was last executed.


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

The timestamp when the updated 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 log_group_identifiers : Array(String) | Nil #

The log groups queried by the updated scheduled query.


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

The log groups queried by the updated scheduled query.


[View source]
def name : String | Nil #

The name of the updated scheduled query.


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

The name of the updated scheduled query.


[View source]
def query_language : QueryLanguage | Nil #

The query language of the updated scheduled query.


[View source]
def query_language=(query_language : QueryLanguage | Nil) #

The query language of the updated scheduled query.


[View source]
def query_string : String | Nil #

The query string of the updated scheduled query.


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

The query string of the updated scheduled query.


[View source]
def schedule_end_time : Int64 | Nil #

The end time of the updated scheduled query.


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

The end time of the updated scheduled query.


[View source]
def schedule_expression : String | Nil #

The cron expression of the updated scheduled query.


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

The cron expression of the updated scheduled query.


[View source]
def schedule_start_time : Int64 | Nil #

The start time of the updated scheduled query.


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

The start time of the updated scheduled query.


[View source]
def schedule_type : ScheduleType | Nil #

The schedule type of the updated scheduled query.


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

The schedule type of the updated scheduled query.


[View source]
def scheduled_query_arn : String | Nil #

The ARN of the updated scheduled query.


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

The ARN of the updated scheduled query.


[View source]
def start_time_offset : Int64 | Nil #

The time offset of the updated scheduled query.


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

The time offset of the updated scheduled query.


[View source]
def state : ScheduledQueryState | Nil #

The state of the updated scheduled query.


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

The state of the updated scheduled query.


[View source]
def timezone : String | Nil #

The timezone of the updated scheduled query.


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

The timezone of the updated scheduled query.


[View source]
def validate! : Nil #

[View source]