class
Amazonite::CloudWatchLogs::UpdateScheduledQueryResponse
- Amazonite::CloudWatchLogs::UpdateScheduledQueryResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/update_scheduled_query_response.crConstructors
- .new(pull : JSON::PullParser)
- .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)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#creation_time : Int64 | Nil
The timestamp when the scheduled query was originally created.
-
#creation_time=(creation_time : Int64 | Nil)
The timestamp when the scheduled query was originally created.
-
#description : String | Nil
The description of the updated scheduled query.
-
#description=(description : String | Nil)
The description of the updated scheduled query.
-
#destination_configuration : DestinationConfiguration | Nil
The destination configuration of the updated scheduled query.
-
#destination_configuration=(destination_configuration : DestinationConfiguration | Nil)
The destination configuration of the updated scheduled query.
-
#end_time_offset : Int64 | Nil
The end time offset in seconds of the updated scheduled query.
-
#end_time_offset=(end_time_offset : Int64 | Nil)
The end time offset in seconds of the updated scheduled query.
-
#execution_role_arn : String | Nil
The execution role ARN of the updated scheduled query.
-
#execution_role_arn=(execution_role_arn : String | Nil)
The execution role ARN of the updated scheduled query.
-
#hash(hasher)
See
Object#hash(hasher) -
#last_execution_status : ExecutionStatus | Nil
The status of the most recent execution of the updated scheduled query.
-
#last_execution_status=(last_execution_status : ExecutionStatus | Nil)
The status of the most recent execution of the updated scheduled query.
-
#last_triggered_time : Int64 | Nil
The timestamp when the updated scheduled query was last executed.
-
#last_triggered_time=(last_triggered_time : Int64 | Nil)
The timestamp when the updated scheduled query was last executed.
-
#last_updated_time : Int64 | Nil
The timestamp when the scheduled query was last updated.
-
#last_updated_time=(last_updated_time : Int64 | Nil)
The timestamp when the scheduled query was last updated.
-
#log_group_identifiers : Array(String) | Nil
The log groups queried by the updated scheduled query.
-
#log_group_identifiers=(log_group_identifiers : Array(String) | Nil)
The log groups queried by the updated scheduled query.
-
#name : String | Nil
The name of the updated scheduled query.
-
#name=(name : String | Nil)
The name of the updated scheduled query.
-
#query_language : QueryLanguage | Nil
The query language of the updated scheduled query.
-
#query_language=(query_language : QueryLanguage | Nil)
The query language of the updated scheduled query.
-
#query_string : String | Nil
The query string of the updated scheduled query.
-
#query_string=(query_string : String | Nil)
The query string of the updated scheduled query.
-
#schedule_end_time : Int64 | Nil
The end time of the updated scheduled query.
-
#schedule_end_time=(schedule_end_time : Int64 | Nil)
The end time of the updated scheduled query.
-
#schedule_expression : String | Nil
The cron expression of the updated scheduled query.
-
#schedule_expression=(schedule_expression : String | Nil)
The cron expression of the updated scheduled query.
-
#schedule_start_time : Int64 | Nil
The start time of the updated scheduled query.
-
#schedule_start_time=(schedule_start_time : Int64 | Nil)
The start time of the updated scheduled query.
-
#schedule_type : ScheduleType | Nil
The schedule type of the updated scheduled query.
-
#schedule_type=(schedule_type : ScheduleType | Nil)
The schedule type of the updated scheduled query.
-
#scheduled_query_arn : String | Nil
The ARN of the updated scheduled query.
-
#scheduled_query_arn=(scheduled_query_arn : String | Nil)
The ARN of the updated scheduled query.
-
#start_time_offset : Int64 | Nil
The time offset of the updated scheduled query.
-
#start_time_offset=(start_time_offset : Int64 | Nil)
The time offset of the updated scheduled query.
-
#state : ScheduledQueryState | Nil
The state of the updated scheduled query.
-
#state=(state : ScheduledQueryState | Nil)
The state of the updated scheduled query.
-
#timezone : String | Nil
The timezone of the updated scheduled query.
-
#timezone=(timezone : String | Nil)
The timezone of the updated scheduled query.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The timestamp when the scheduled query was originally created.
The destination configuration of the updated scheduled query.
The destination configuration of the updated scheduled query.
The end time offset in seconds of the updated scheduled query.
The execution role ARN of the updated scheduled query.
The status of the most recent execution of the updated scheduled query.
The status of the most recent execution of the updated scheduled query.
The timestamp when the updated scheduled query was last executed.
The timestamp when the updated scheduled query was last executed.
The timestamp when the scheduled query was last updated.
The log groups queried by the updated scheduled query.
The log groups queried by the updated scheduled query.
The query language of the updated scheduled query.
The end time of the updated scheduled query.
The cron expression of the updated scheduled query.
The start time of the updated scheduled query.
The schedule type of the updated scheduled query.
The ARN of the updated scheduled query.
The time offset of the updated scheduled query.