Class: Aws::Types::DesiredWeightAndCapacity

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#desired_instance_count::Integer

Returns the value of attribute desired_instance_count.

Returns:

  • (::Integer)


5390
5391
5392
# File 'sig/types.rbs', line 5390

def desired_instance_count
  @desired_instance_count
end

#desired_weight::Float

Returns the value of attribute desired_weight.

Returns:

  • (::Float)


5389
5390
5391
# File 'sig/types.rbs', line 5389

def desired_weight
  @desired_weight
end

#serverless_update_configTypes::ProductionVariantServerlessUpdateConfig

Returns the value of attribute serverless_update_config.



5391
5392
5393
# File 'sig/types.rbs', line 5391

def serverless_update_config
  @serverless_update_config
end

#variant_name::String

Returns the value of attribute variant_name.

Returns:

  • (::String)


5388
5389
5390
# File 'sig/types.rbs', line 5388

def variant_name
  @variant_name
end