class
Amazonite::Lambda::FunctionVersionsByCapacityProviderListItem
Overview
Information about a function version that uses a specific capacity provider, including its ARN and current state.
Included Modules
- JSON::Serializable
Defined in:
lambda/function_versions_by_capacity_provider_list_item.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#function_arn : String
The Amazon Resource Name (ARN) of the function version.
-
#function_arn=(function_arn : String)
The Amazon Resource Name (ARN) of the function version.
-
#hash(hasher)
See
Object#hash(hasher) -
#state : State
The current state of the function version.
-
#state=(state : State)
The current state of the function version.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.