class
Amazonite::CloudWatchLogs::ScheduledQueryDestination
- Amazonite::CloudWatchLogs::ScheduledQueryDestination
- Reference
- Object
Overview
Information about a destination where scheduled query results are processed, including processing status and any error messages.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/scheduled_query_destination.crConstructors
- .new(pull : JSON::PullParser)
- .new(destination_type : ScheduledQueryDestinationType | Nil = nil, destination_identifier : String | Nil = nil, status : ActionStatus | Nil = nil, processed_identifier : String | Nil = nil, error_message : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#destination_identifier : String | Nil
The identifier for the destination where results are delivered.
-
#destination_identifier=(destination_identifier : String | Nil)
The identifier for the destination where results are delivered.
-
#destination_type : ScheduledQueryDestinationType | Nil
The type of destination for query results.
-
#destination_type=(destination_type : ScheduledQueryDestinationType | Nil)
The type of destination for query results.
-
#error_message : String | Nil
Error message if destination processing failed.
-
#error_message=(error_message : String | Nil)
Error message if destination processing failed.
-
#hash(hasher)
See
Object#hash(hasher) -
#processed_identifier : String | Nil
The identifier of the processed result at the destination.
-
#processed_identifier=(processed_identifier : String | Nil)
The identifier of the processed result at the destination.
-
#status : ActionStatus | Nil
The processing status of the destination delivery.
-
#status=(status : ActionStatus | Nil)
The processing status of the destination delivery.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The identifier for the destination where results are delivered.
The identifier for the destination where results are delivered.
The type of destination for query results.
The type of destination for query results.
The identifier of the processed result at the destination.
The identifier of the processed result at the destination.