class Amazonite::Lambda::ListLayersRequest

Included Modules

Defined in:

lambda/list_layers_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(compatible_architecture : Architecture | Nil = nil, compatible_runtime : Runtime | Nil = nil, marker : String | Nil = nil, max_items : Int32 | Nil = nil) #

[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 compatible_architecture : Architecture | Nil #

[View source]
def compatible_architecture=(compatible_architecture : Architecture | Nil) #

[View source]
def compatible_runtime : Runtime | Nil #

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.


[View source]
def compatible_runtime=(compatible_runtime : Runtime | Nil) #

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.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def marker : String | Nil #

A pagination token returned by a previous call.


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

A pagination token returned by a previous call.


[View source]
def max_items : Int32 | Nil #

The maximum number of layers to return.


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

The maximum number of layers to return.


[View source]
def validate! : Nil #

[View source]