class Amazonite::Lambda::UpdateCapacityProviderRequest

Included Modules

Defined in:

lambda/update_capacity_provider_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(capacity_provider_name : String, capacity_provider_scaling_config : CapacityProviderScalingConfig | Nil = nil, propagate_tags : PropagateTags | Nil = nil, telemetry_config : CapacityProviderTelemetryConfig | Nil = nil) #

[View source]

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 : String #

The name of the capacity provider to update.


[View source]
def capacity_provider_name=(capacity_provider_name : String) #

The name of the capacity provider to update.


[View source]
def capacity_provider_scaling_config : CapacityProviderScalingConfig | Nil #

The updated scaling configuration for the capacity provider.


[View source]
def capacity_provider_scaling_config=(capacity_provider_scaling_config : CapacityProviderScalingConfig | Nil) #

The updated scaling configuration for the capacity provider.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def propagate_tags : PropagateTags | Nil #

[View source]
def propagate_tags=(propagate_tags : PropagateTags | Nil) #

[View source]
def telemetry_config : CapacityProviderTelemetryConfig | Nil #

The updated telemetry configuration for the capacity provider.


[View source]
def telemetry_config=(telemetry_config : CapacityProviderTelemetryConfig | Nil) #

The updated telemetry configuration for the capacity provider.


[View source]
def validate! : Nil #

[View source]