class
Amazonite::CloudWatchLogs::DescribeLookupTablesRequest
- Amazonite::CloudWatchLogs::DescribeLookupTablesRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_lookup_tables_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(lookup_table_name_prefix : String | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#lookup_table_name_prefix : String | Nil
A prefix to filter lookup tables by name.
-
#lookup_table_name_prefix=(lookup_table_name_prefix : String | Nil)
A prefix to filter lookup tables by name.
-
#max_results : Int32 | Nil
The maximum number of lookup tables to return in the response.
-
#max_results=(max_results : Int32 | Nil)
The maximum number of lookup tables to return in the response.
-
#next_token : String | Nil
The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of items to return.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
The maximum number of lookup tables to return in the response. The default value is 50 and the maximum value is 100.
The maximum number of lookup tables to return in the response. The default value is 50 and the maximum value is 100.
The token for the next set of items to return. (You received this token from a previous call.)
The token for the next set of items to return. (You received this token from a previous call.)