class
Amazonite::Lambda::UpdateCapacityProviderRequest
- Amazonite::Lambda::UpdateCapacityProviderRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/update_capacity_provider_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(capacity_provider_name : String, capacity_provider_scaling_config : CapacityProviderScalingConfig | Nil = nil, propagate_tags : PropagateTags | Nil = nil, telemetry_config : CapacityProviderTelemetryConfig | 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 update.
-
#capacity_provider_name=(capacity_provider_name : String)
The name of the capacity provider to update.
-
#capacity_provider_scaling_config : CapacityProviderScalingConfig | Nil
The updated scaling configuration for the capacity provider.
-
#capacity_provider_scaling_config=(capacity_provider_scaling_config : CapacityProviderScalingConfig | Nil)
The updated scaling configuration for the capacity provider.
-
#hash(hasher)
See
Object#hash(hasher) - #propagate_tags : PropagateTags | Nil
- #propagate_tags=(propagate_tags : PropagateTags | Nil)
-
#telemetry_config : CapacityProviderTelemetryConfig | Nil
The updated telemetry configuration for the capacity provider.
-
#telemetry_config=(telemetry_config : CapacityProviderTelemetryConfig | Nil)
The updated telemetry configuration for the capacity provider.
- #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 update.
The updated scaling configuration for the capacity provider.
The updated scaling configuration for the capacity provider.
The updated telemetry configuration for the capacity provider.
The updated telemetry configuration for the capacity provider.