class
Amazonite::Lambda::ListLayersResponse
- Amazonite::Lambda::ListLayersResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/list_layers_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(next_marker : String | Nil = nil, layers : Array(LayersListItem) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#layers : Array(LayersListItem) | Nil
A list of function layers.
-
#layers=(layers : Array(LayersListItem) | Nil)
A list of function layers.
-
#next_marker : String | Nil
A pagination token returned when the response doesn't contain all layers.
-
#next_marker=(next_marker : String | Nil)
A pagination token returned when the response doesn't contain all layers.
- #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 next_marker : String | Nil
#
A pagination token returned when the response doesn't contain all layers.
def next_marker=(next_marker : String | Nil)
#
A pagination token returned when the response doesn't contain all layers.