class
Amazonite::CloudWatchLogs::GetScheduledQueryHistoryResponse
- Amazonite::CloudWatchLogs::GetScheduledQueryHistoryResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/get_scheduled_query_history_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : String | Nil = nil, scheduled_query_arn : String | Nil = nil, trigger_history : Array(TriggerHistoryRecord) | Nil = nil, next_token : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#name : String | Nil
The name of the scheduled query.
-
#name=(name : String | Nil)
The name of the scheduled query.
- #next_token : String | Nil
- #next_token=(next_token : String | Nil)
-
#scheduled_query_arn : String | Nil
The ARN of the scheduled query.
-
#scheduled_query_arn=(scheduled_query_arn : String | Nil)
The ARN of the scheduled query.
-
#trigger_history : Array(TriggerHistoryRecord) | Nil
An array of execution history records for the scheduled query.
-
#trigger_history=(trigger_history : Array(TriggerHistoryRecord) | Nil)
An array of execution history records for the scheduled query.
- #validate! : Nil
Constructor Detail
def self.new(name : String | Nil = nil, scheduled_query_arn : String | Nil = nil, trigger_history : Array(TriggerHistoryRecord) | Nil = nil, next_token : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def trigger_history : Array(TriggerHistoryRecord) | Nil
#
An array of execution history records for the scheduled query.
def trigger_history=(trigger_history : Array(TriggerHistoryRecord) | Nil)
#
An array of execution history records for the scheduled query.