Class: Aws::Types::ProductionVariantSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProductionVariantSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_reservation_config ⇒ Types::ProductionVariantCapacityReservationSummary
Returns the value of attribute capacity_reservation_config.
-
#current_instance_count ⇒ ::Integer
Returns the value of attribute current_instance_count.
-
#current_serverless_config ⇒ Types::ProductionVariantServerlessConfig
Returns the value of attribute current_serverless_config.
-
#current_weight ⇒ ::Float
Returns the value of attribute current_weight.
-
#deployed_images ⇒ ::Array[Types::DeployedImage]
Returns the value of attribute deployed_images.
-
#desired_instance_count ⇒ ::Integer
Returns the value of attribute desired_instance_count.
-
#desired_serverless_config ⇒ Types::ProductionVariantServerlessConfig
Returns the value of attribute desired_serverless_config.
-
#desired_weight ⇒ ::Float
Returns the value of attribute desired_weight.
-
#instance_pools ⇒ ::Array[Types::InstancePoolSummary]
Returns the value of attribute instance_pools.
-
#managed_instance_scaling ⇒ Types::ProductionVariantManagedInstanceScaling
Returns the value of attribute managed_instance_scaling.
-
#routing_config ⇒ Types::ProductionVariantRoutingConfig
Returns the value of attribute routing_config.
-
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
-
#variant_status ⇒ ::Array[Types::ProductionVariantStatus]
Returns the value of attribute variant_status.
Instance Attribute Details
#capacity_reservation_config ⇒ Types::ProductionVariantCapacityReservationSummary
Returns the value of attribute capacity_reservation_config.
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.
10225 10226 10227 |
# File 'sig/types.rbs', line 10225 def current_instance_count @current_instance_count end |
#current_serverless_config ⇒ Types::ProductionVariantServerlessConfig
Returns the value of attribute current_serverless_config.
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.
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.
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.
10226 10227 10228 |
# File 'sig/types.rbs', line 10226 def desired_instance_count @desired_instance_count end |
#desired_serverless_config ⇒ Types::ProductionVariantServerlessConfig
Returns the value of attribute desired_serverless_config.
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.
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.
10227 10228 10229 |
# File 'sig/types.rbs', line 10227 def instance_pools @instance_pools end |
#managed_instance_scaling ⇒ Types::ProductionVariantManagedInstanceScaling
Returns the value of attribute managed_instance_scaling.
10231 10232 10233 |
# File 'sig/types.rbs', line 10231 def managed_instance_scaling @managed_instance_scaling end |
#routing_config ⇒ Types::ProductionVariantRoutingConfig
Returns the value of attribute routing_config.
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.
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.
10228 10229 10230 |
# File 'sig/types.rbs', line 10228 def variant_status @variant_status end |