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.



10154
10155
10156
# File 'sig/types.rbs', line 10154

def capacity_reservation_config
  @capacity_reservation_config
end

#current_instance_count::Integer

Returns the value of attribute current_instance_count.

Returns:

  • (::Integer)


10146
10147
10148
# File 'sig/types.rbs', line 10146

def current_instance_count
  @current_instance_count
end

#current_serverless_configTypes::ProductionVariantServerlessConfig

Returns the value of attribute current_serverless_config.



10150
10151
10152
# File 'sig/types.rbs', line 10150

def current_serverless_config
  @current_serverless_config
end

#current_weight::Float

Returns the value of attribute current_weight.

Returns:

  • (::Float)


10144
10145
10146
# File 'sig/types.rbs', line 10144

def current_weight
  @current_weight
end

#deployed_images::Array[Types::DeployedImage]

Returns the value of attribute deployed_images.

Returns:



10143
10144
10145
# File 'sig/types.rbs', line 10143

def deployed_images
  @deployed_images
end

#desired_instance_count::Integer

Returns the value of attribute desired_instance_count.

Returns:

  • (::Integer)


10147
10148
10149
# File 'sig/types.rbs', line 10147

def desired_instance_count
  @desired_instance_count
end

#desired_serverless_configTypes::ProductionVariantServerlessConfig

Returns the value of attribute desired_serverless_config.



10151
10152
10153
# File 'sig/types.rbs', line 10151

def desired_serverless_config
  @desired_serverless_config
end

#desired_weight::Float

Returns the value of attribute desired_weight.

Returns:

  • (::Float)


10145
10146
10147
# File 'sig/types.rbs', line 10145

def desired_weight
  @desired_weight
end

#instance_pools::Array[Types::InstancePoolSummary]

Returns the value of attribute instance_pools.

Returns:



10148
10149
10150
# File 'sig/types.rbs', line 10148

def instance_pools
  @instance_pools
end

#managed_instance_scalingTypes::ProductionVariantManagedInstanceScaling

Returns the value of attribute managed_instance_scaling.



10152
10153
10154
# File 'sig/types.rbs', line 10152

def managed_instance_scaling
  @managed_instance_scaling
end

#routing_configTypes::ProductionVariantRoutingConfig

Returns the value of attribute routing_config.



10153
10154
10155
# File 'sig/types.rbs', line 10153

def routing_config
  @routing_config
end

#variant_name::String

Returns the value of attribute variant_name.

Returns:

  • (::String)


10142
10143
10144
# File 'sig/types.rbs', line 10142

def variant_name
  @variant_name
end

#variant_status::Array[Types::ProductionVariantStatus]

Returns the value of attribute variant_status.

Returns:



10149
10150
10151
# File 'sig/types.rbs', line 10149

def variant_status
  @variant_status
end