class
Amazonite::Lambda::UpdateCapacityProviderResponse
- Amazonite::Lambda::UpdateCapacityProviderResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/update_capacity_provider_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(capacity_provider : CapacityProvider)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#capacity_provider : CapacityProvider
Information about the updated capacity provider.
-
#capacity_provider=(capacity_provider : CapacityProvider)
Information about the updated capacity provider.
-
#hash(hasher)
See
Object#hash(hasher) - #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?.
def capacity_provider=(capacity_provider : CapacityProvider)
#
Information about the updated capacity provider.