class
Amazonite::Lambda::ListFunctionVersionsByCapacityProviderResponse
Included Modules
- JSON::Serializable
Defined in:
lambda/list_function_versions_by_capacity_provider_response.crConstructors
- .new(capacity_provider_arn : String, function_versions : Array(FunctionVersionsByCapacityProviderListItem), next_marker : String | Nil = nil)
- .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. -
#capacity_provider_arn : String
The Amazon Resource Name (ARN) of the capacity provider.
-
#capacity_provider_arn=(capacity_provider_arn : String)
The Amazon Resource Name (ARN) of the capacity provider.
-
#function_versions : Array(FunctionVersionsByCapacityProviderListItem)
A list of function versions that use the specified capacity provider.
-
#function_versions=(function_versions : Array(FunctionVersionsByCapacityProviderListItem))
A list of function versions that use the specified capacity provider.
-
#hash(hasher)
See
Object#hash(hasher) -
#next_marker : String | Nil
The pagination token that's included if more results are available.
-
#next_marker=(next_marker : String | Nil)
The pagination token that's included if more results are available.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Resource Name (ARN) of the capacity provider.
A list of function versions that use the specified capacity provider.
A list of function versions that use the specified capacity provider.
The pagination token that's included if more results are available.
The pagination token that's included if more results are available.