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
- .new(function_arn : String, state : State)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
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?.