class
Amazonite::Lambda::ListFunctionVersionsByCapacityProviderRequest
Included Modules
- JSON::Serializable
Defined in:
lambda/list_function_versions_by_capacity_provider_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(capacity_provider_name : String, marker : String | Nil = nil, max_items : Int32 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#capacity_provider_name : String
The name of the capacity provider to list function versions for.
-
#capacity_provider_name=(capacity_provider_name : String)
The name of the capacity provider to list function versions for.
-
#hash(hasher)
See
Object#hash(hasher) -
#marker : String | Nil
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
-
#marker=(marker : String | Nil)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
-
#max_items : Int32 | Nil
The maximum number of function versions to return in the response.
-
#max_items=(max_items : Int32 | Nil)
The maximum number of function versions to return in the response.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The name of the capacity provider to list function versions for.
The name of the capacity provider to list function versions for.
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
The maximum number of function versions to return in the response.