class
Amazonite::Lambda::ListCapacityProvidersRequest
- Amazonite::Lambda::ListCapacityProvidersRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/list_capacity_providers_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(state : CapacityProviderState | Nil = nil, marker : String | Nil = nil, max_items : Int32 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#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 capacity providers to return.
-
#max_items=(max_items : Int32 | Nil)
The maximum number of capacity providers to return.
-
#state : CapacityProviderState | Nil
Filter capacity providers by their current state.
-
#state=(state : CapacityProviderState | Nil)
Filter capacity providers by their current state.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.