class Amazonite::CloudWatchLogs::GetScheduledQueryHistoryRequest

Included Modules

Defined in:

cloudwatch_logs/get_scheduled_query_history_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(identifier : String, start_time : Int64, end_time : Int64, execution_statuses : Array(ExecutionStatus) | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil) #

[View source]
def self.new(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 end_time : Int64 #

The end time for the history query in Unix epoch format.


[View source]
def end_time=(end_time : Int64) #

The end time for the history query in Unix epoch format.


[View source]
def execution_statuses : Array(ExecutionStatus) | Nil #

An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.


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

An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.


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

See Object#hash(hasher)


def identifier : String #

The ARN or name of the scheduled query to retrieve history for.


[View source]
def identifier=(identifier : String) #

The ARN or name of the scheduled query to retrieve history for.


[View source]
def max_results : Int32 | Nil #

The maximum number of history records to return. Valid range is 1 to 1000.


[View source]
def max_results=(max_results : Int32 | Nil) #

The maximum number of history records to return. Valid range is 1 to 1000.


[View source]
def next_token : String | Nil #

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

[View source]
def start_time : Int64 #

The start time for the history query in Unix epoch format.


[View source]
def start_time=(start_time : Int64) #

The start time for the history query in Unix epoch format.


[View source]
def validate! : Nil #

[View source]