Class: Aws::Types::ProductionVariantSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_reservation_configTypes::ProductionVariantCapacityReservationSummary

Returns the value of attribute capacity_reservation_config.

Returns:



10233
10234
10235
# File 'sig/types.rbs', line 10233

def capacity_reservation_config
  @capacity_reservation_config
end

#current_instance_count::Integer

Returns the value of attribute current_instance_count.

Returns:



10225
10226
10227
# File 'sig/types.rbs', line 10225

def current_instance_count
  @current_instance_count
end

#current_serverless_configTypes::ProductionVariantServerlessConfig

Returns the value of attribute current_serverless_config.

Returns:



10229
10230
10231
# File 'sig/types.rbs', line 10229

def current_serverless_config
  @current_serverless_config
end

#current_weight::Float

Returns the value of attribute current_weight.

Returns:



10223
10224
10225
# File 'sig/types.rbs', line 10223

def current_weight
  @current_weight
end

#deployed_images::Array[Types::DeployedImage]

Returns the value of attribute deployed_images.

Returns:



10222
10223
10224
# File 'sig/types.rbs', line 10222

def deployed_images
  @deployed_images
end

#desired_instance_count::Integer

Returns the value of attribute desired_instance_count.

Returns:



10226
10227
10228
# File 'sig/types.rbs', line 10226

def desired_instance_count
  @desired_instance_count
end

#desired_serverless_configTypes::ProductionVariantServerlessConfig

Returns the value of attribute desired_serverless_config.

Returns:



10230
10231
10232
# File 'sig/types.rbs', line 10230

def desired_serverless_config
  @desired_serverless_config
end

#desired_weight::Float

Returns the value of attribute desired_weight.

Returns:



10224
10225
10226
# File 'sig/types.rbs', line 10224

def desired_weight
  @desired_weight
end

#instance_pools::Array[Types::InstancePoolSummary]

Returns the value of attribute instance_pools.

Returns:



10227
10228
10229
# File 'sig/types.rbs', line 10227

def instance_pools
  @instance_pools
end

#managed_instance_scalingTypes::ProductionVariantManagedInstanceScaling

Returns the value of attribute managed_instance_scaling.

Returns:



10231
10232
10233
# File 'sig/types.rbs', line 10231

def managed_instance_scaling
  @managed_instance_scaling
end

#routing_configTypes::ProductionVariantRoutingConfig

Returns the value of attribute routing_config.

Returns:



10232
10233
10234
# File 'sig/types.rbs', line 10232

def routing_config
  @routing_config
end

#variant_name::String

Returns the value of attribute variant_name.

Returns:



10221
10222
10223
# File 'sig/types.rbs', line 10221

def variant_name
  @variant_name
end

#variant_status::Array[Types::ProductionVariantStatus]

Returns the value of attribute variant_status.

Returns:



10228
10229
10230
# File 'sig/types.rbs', line 10228

def variant_status
  @variant_status
end