class Amazonite::Lambda::ListFunctionVersionsByCapacityProviderResponse

Included Modules

Defined in:

lambda/list_function_versions_by_capacity_provider_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(capacity_provider_arn : String, function_versions : Array(FunctionVersionsByCapacityProviderListItem), next_marker : String | Nil = nil) #

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

The Amazon Resource Name (ARN) of the capacity provider.


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

The Amazon Resource Name (ARN) of the capacity provider.


[View source]
def function_versions : Array(FunctionVersionsByCapacityProviderListItem) #

A list of function versions that use the specified capacity provider.


[View source]
def function_versions=(function_versions : Array(FunctionVersionsByCapacityProviderListItem)) #

A list of function versions that use the specified capacity provider.


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

See Object#hash(hasher)


def next_marker : String | Nil #

The pagination token that's included if more results are available.


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

The pagination token that's included if more results are available.


[View source]
def validate! : Nil #

[View source]