class Amazonite::CloudWatchLogs::DescribeDestinationsRequest

Included Modules

Defined in:

cloudwatch_logs/describe_destinations_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(destination_name_prefix : String | Nil = nil, next_token : String | Nil = nil, limit : Int32 | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

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

The prefix to match. If you don't specify a value, no prefix filter is applied.


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

The prefix to match. If you don't specify a value, no prefix filter is applied.


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

See Object#hash(hasher)


def limit : Int32 | Nil #

The maximum number of items returned. If you don't specify a value, the default maximum value of 50 items is used.


[View source]
def limit=(limit : Int32 | Nil) #

The maximum number of items returned. If you don't specify a value, the default maximum value of 50 items is used.


[View source]
def next_token : String | Nil #

The token for the next set of items to return. (You received this token from a previous call.)


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

The token for the next set of items to return. (You received this token from a previous call.)


[View source]
def validate! : Nil #

[View source]