class Amazonite::Lambda::FunctionVersionsByCapacityProviderListItem

Overview

Information about a function version that uses a specific capacity provider, including its ARN and current state.

Included Modules

Defined in:

lambda/function_versions_by_capacity_provider_list_item.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(function_arn : String, state : State) #

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

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

The Amazon Resource Name (ARN) of the function version.


[View source]
def function_arn=(function_arn : String) #

The Amazon Resource Name (ARN) of the function version.


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

See Object#hash(hasher)


def state : State #

The current state of the function version.


[View source]
def state=(state : State) #

The current state of the function version.


[View source]
def validate! : Nil #

[View source]