class Amazonite::Lambda::ListFunctionVersionsByCapacityProviderRequest

Included Modules

Defined in:

lambda/list_function_versions_by_capacity_provider_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(capacity_provider_name : String, 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 capacity_provider_name : String #

The name of the capacity provider to list function versions for.


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

The name of the capacity provider to list function versions for.


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

See Object#hash(hasher)


def marker : String | Nil #

Specify the pagination token that's returned by a previous request to retrieve the next page of results.


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

Specify the pagination token that's returned by a previous request to retrieve the next page of results.


[View source]
def max_items : Int32 | Nil #

The maximum number of function versions to return in the response.


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

The maximum number of function versions to return in the response.


[View source]
def validate! : Nil #

[View source]