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)


5394
5395
5396
# File 'sig/types.rbs', line 5394

def desired_instance_count
  @desired_instance_count
end

#desired_weight::Float

Returns the value of attribute desired_weight.

Returns:

  • (::Float)


5393
5394
5395
# File 'sig/types.rbs', line 5393

def desired_weight
  @desired_weight
end

#serverless_update_configTypes::ProductionVariantServerlessUpdateConfig

Returns the value of attribute serverless_update_config.



5395
5396
5397
# File 'sig/types.rbs', line 5395

def serverless_update_config
  @serverless_update_config
end

#variant_name::String

Returns the value of attribute variant_name.

Returns:

  • (::String)


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

def variant_name
  @variant_name
end