class Amazonite::Lambda::LayerVersionsListItem

Overview

Details about a version of an Lambda layer.

Included Modules

Defined in:

lambda/layer_versions_list_item.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(layer_version_arn : String | Nil = nil, version : Int64 | Nil = nil, description : String | Nil = nil, created_date : String | Nil = nil, compatible_architectures : Array(Architecture) | Nil = nil, compatible_runtimes : Array(Runtime) | Nil = nil, license_info : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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_architectures : Array(Architecture) | Nil #

A list of compatible instruction set architectures.


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

A list of compatible instruction set architectures.


[View source]
def compatible_runtimes : Array(Runtime) | Nil #

The layer's compatible runtimes.

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_runtimes=(compatible_runtimes : Array(Runtime) | Nil) #

The layer's compatible runtimes.

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 created_date : String | Nil #

The date that the version was created, in ISO 8601 format. For example, 2018-11-27T15:10:45.123+0000.


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

The date that the version was created, in ISO 8601 format. For example, 2018-11-27T15:10:45.123+0000.


[View source]
def description : String | Nil #

The description of the version.


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

The description of the version.


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

See Object#hash(hasher)


def layer_version_arn : String | Nil #

The ARN of the layer version.


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

The ARN of the layer version.


[View source]
def license_info : String | Nil #

The layer's open-source license.


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

The layer's open-source license.


[View source]
def validate! : Nil #

[View source]
def version : Int64 | Nil #

The version number.


[View source]
def version=(version : Int64 | Nil) #

The version number.


[View source]