class Amazonite::CloudWatchLogs::ScheduledQueryDestination

Overview

Information about a destination where scheduled query results are processed, including processing status and any error messages.

Included Modules

Defined in:

cloudwatch_logs/scheduled_query_destination.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.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) #

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

The identifier for the destination where results are delivered.


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

The identifier for the destination where results are delivered.


[View source]
def destination_type : ScheduledQueryDestinationType | Nil #

The type of destination for query results.


[View source]
def destination_type=(destination_type : ScheduledQueryDestinationType | Nil) #

The type of destination for query results.


[View source]
def error_message : String | Nil #

Error message if destination processing failed.


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

Error message if destination processing failed.


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

See Object#hash(hasher)


def processed_identifier : String | Nil #

The identifier of the processed result at the destination.


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

The identifier of the processed result at the destination.


[View source]
def status : ActionStatus | Nil #

The processing status of the destination delivery.


[View source]
def status=(status : ActionStatus | Nil) #

The processing status of the destination delivery.


[View source]
def validate! : Nil #

[View source]