class Amazonite::Lambda::GetLayerVersionResponse

Included Modules

Defined in:

lambda/get_layer_version_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(content : LayerVersionContentOutput | Nil = nil, layer_arn : String | Nil = nil, layer_version_arn : String | Nil = nil, description : String | Nil = nil, created_date : String | Nil = nil, version : Int64 | 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 content : LayerVersionContentOutput | Nil #

Details about the layer version.


[View source]
def content=(content : LayerVersionContentOutput | Nil) #

Details about the layer version.


[View source]
def created_date : String | Nil #

The date that the layer version was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).


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

The date that the layer version was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).


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

The ARN of the layer.


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

The ARN of the layer.


[View source]
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 software license.


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

The layer's software 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]