class
Amazonite::Lambda::DeleteCapacityProviderRequest
- Amazonite::Lambda::DeleteCapacityProviderRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/delete_capacity_provider_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(capacity_provider_name : String)
- .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 delete.
-
#capacity_provider_name=(capacity_provider_name : String)
The name of the capacity provider to delete.
-
#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_name=(capacity_provider_name : String)
#
The name of the capacity provider to delete.