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.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def auto_scaling_metric @auto_scaling_metric end |
#auto_scaling_target_value ⇒ ::Integer
Returns the value of attribute auto_scaling_target_value.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def auto_scaling_target_value @auto_scaling_target_value end |
#max_task_count ⇒ ::Integer
Returns the value of attribute max_task_count.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def max_task_count @max_task_count end |
#min_task_count ⇒ ::Integer
Returns the value of attribute min_task_count.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def min_task_count @min_task_count end |