class Amazonite::CloudWatchLogs::GetScheduledQueryHistoryResponse

Included Modules

Defined in:

cloudwatch_logs/get_scheduled_query_history_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(name : String | Nil = nil, scheduled_query_arn : String | Nil = nil, trigger_history : Array(TriggerHistoryRecord) | Nil = nil, next_token : String | Nil = nil) #

[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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


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 next_token : String | Nil #

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

[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 trigger_history : Array(TriggerHistoryRecord) | Nil #

An array of execution history records for the scheduled query.


[View source]
def trigger_history=(trigger_history : Array(TriggerHistoryRecord) | Nil) #

An array of execution history records for the scheduled query.


[View source]
def validate! : Nil #

[View source]