class
Amazonite::CloudWatchLogs::DescribeLookupTablesResponse
- Amazonite::CloudWatchLogs::DescribeLookupTablesResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_lookup_tables_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(lookup_tables : Array(LookupTable) | 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_tables : Array(LookupTable) | Nil
An array of structures, where each structure contains metadata about one lookup table.
-
#lookup_tables=(lookup_tables : Array(LookupTable) | Nil)
An array of structures, where each structure contains metadata about one lookup table.
-
#next_token : String | Nil
The token to use when requesting the next set of items.
-
#next_token=(next_token : String | Nil)
The token to use when requesting the next set of items.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def lookup_tables : Array(LookupTable) | Nil
#
An array of structures, where each structure contains metadata about one lookup table.
def lookup_tables=(lookup_tables : Array(LookupTable) | Nil)
#
An array of structures, where each structure contains metadata about one lookup table.
def next_token=(next_token : String | Nil)
#
The token to use when requesting the next set of items.