class Amazonite::CloudWatchLogs::DescribeLookupTablesRequest

Included Modules

Defined in:

cloudwatch_logs/describe_lookup_tables_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(lookup_table_name_prefix : String | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def lookup_table_name_prefix : String | Nil #

A prefix to filter lookup tables by name. Only tables whose names start with this prefix are returned. If you don't specify a prefix, all tables in the account and Region are returned.


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

A prefix to filter lookup tables by name. Only tables whose names start with this prefix are returned. If you don't specify a prefix, all tables in the account and Region are returned.


[View source]
def max_results : Int32 | Nil #

The maximum number of lookup tables to return in the response. The default value is 50 and the maximum value is 100.


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

The maximum number of lookup tables to return in the response. The default value is 50 and the maximum value is 100.


[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]