Class: Aws::Types::ExpressGatewayScalingTarget
- Inherits:
-
Object
- Object
- Aws::Types::ExpressGatewayScalingTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_metric ⇒ "AVERAGE_CPU", ...
Returns the value of attribute auto_scaling_metric.
-
#auto_scaling_target_value ⇒ ::Integer
Returns the value of attribute auto_scaling_target_value.
-
#max_task_count ⇒ ::Integer
Returns the value of attribute max_task_count.
-
#min_task_count ⇒ ::Integer
Returns the value of attribute min_task_count.
Instance Attribute Details
#auto_scaling_metric ⇒ "AVERAGE_CPU", ...
Returns the value of attribute auto_scaling_metric.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def auto_scaling_metric @auto_scaling_metric end |
#auto_scaling_target_value ⇒ ::Integer
Returns the value of attribute auto_scaling_target_value.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def auto_scaling_target_value @auto_scaling_target_value end |
#max_task_count ⇒ ::Integer
Returns the value of attribute max_task_count.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def max_task_count @max_task_count end |
#min_task_count ⇒ ::Integer
Returns the value of attribute min_task_count.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def min_task_count @min_task_count end |