class
Amazonite::Lambda::ListLayerVersionsRequest
- Amazonite::Lambda::ListLayerVersionsRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/list_layer_versions_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(layer_name : String, compatible_architecture : Architecture | Nil = nil, compatible_runtime : Runtime | Nil = nil, marker : String | Nil = nil, max_items : Int32 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#compatible_architecture : Architecture | Nil
The compatible instruction set architecture.
-
#compatible_architecture=(compatible_architecture : Architecture | Nil)
The compatible instruction set architecture.
-
#compatible_runtime : Runtime | Nil
A runtime identifier.
-
#compatible_runtime=(compatible_runtime : Runtime | Nil)
A runtime identifier.
-
#hash(hasher)
See
Object#hash(hasher) -
#layer_name : String
The name or Amazon Resource Name (ARN) of the layer.
-
#layer_name=(layer_name : String)
The name or Amazon Resource Name (ARN) of the layer.
-
#marker : String | Nil
A pagination token returned by a previous call.
-
#marker=(marker : String | Nil)
A pagination token returned by a previous call.
-
#max_items : Int32 | Nil
The maximum number of versions to return.
-
#max_items=(max_items : Int32 | Nil)
The maximum number of versions to return.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The compatible instruction set architecture.
A runtime identifier.
The following list includes deprecated runtimes. For more information, see Runtime use after deprecation.
For a list of all currently supported runtimes, see Supported runtimes.
A runtime identifier.
The following list includes deprecated runtimes. For more information, see Runtime use after deprecation.
For a list of all currently supported runtimes, see Supported runtimes.