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.
10176 10177 10178 |
# File 'sig/types.rbs', line 10176 def capacity_reservation_config @capacity_reservation_config end |
#current_instance_count ⇒ ::Integer
Returns the value of attribute current_instance_count.
10168 10169 10170 |
# File 'sig/types.rbs', line 10168 def current_instance_count @current_instance_count end |
#current_serverless_config ⇒ Types::ProductionVariantServerlessConfig
Returns the value of attribute current_serverless_config.
10172 10173 10174 |
# File 'sig/types.rbs', line 10172 def current_serverless_config @current_serverless_config end |
#current_weight ⇒ ::Float
Returns the value of attribute current_weight.
10166 10167 10168 |
# File 'sig/types.rbs', line 10166 def current_weight @current_weight end |
#deployed_images ⇒ ::Array[Types::DeployedImage]
Returns the value of attribute deployed_images.
10165 10166 10167 |
# File 'sig/types.rbs', line 10165 def deployed_images @deployed_images end |
#desired_instance_count ⇒ ::Integer
Returns the value of attribute desired_instance_count.
10169 10170 10171 |
# File 'sig/types.rbs', line 10169 def desired_instance_count @desired_instance_count end |
#desired_serverless_config ⇒ Types::ProductionVariantServerlessConfig
Returns the value of attribute desired_serverless_config.
10173 10174 10175 |
# File 'sig/types.rbs', line 10173 def desired_serverless_config @desired_serverless_config end |
#desired_weight ⇒ ::Float
Returns the value of attribute desired_weight.
10167 10168 10169 |
# File 'sig/types.rbs', line 10167 def desired_weight @desired_weight end |
#instance_pools ⇒ ::Array[Types::InstancePoolSummary]
Returns the value of attribute instance_pools.
10170 10171 10172 |
# File 'sig/types.rbs', line 10170 def instance_pools @instance_pools end |
#managed_instance_scaling ⇒ Types::ProductionVariantManagedInstanceScaling
Returns the value of attribute managed_instance_scaling.
10174 10175 10176 |
# File 'sig/types.rbs', line 10174 def managed_instance_scaling @managed_instance_scaling end |
#routing_config ⇒ Types::ProductionVariantRoutingConfig
Returns the value of attribute routing_config.
10175 10176 10177 |
# File 'sig/types.rbs', line 10175 def routing_config @routing_config end |
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
10164 10165 10166 |
# File 'sig/types.rbs', line 10164 def variant_name @variant_name end |
#variant_status ⇒ ::Array[Types::ProductionVariantStatus]
Returns the value of attribute variant_status.
10171 10172 10173 |
# File 'sig/types.rbs', line 10171 def variant_status @variant_status end |