Class: Aws::Types::EcsCapacityIncreaseConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EcsCapacityIncreaseConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_monitoring_approach ⇒ "sampledMaxInLast24Hours", "containerInsightsMaxInLast24Hours"
Returns the value of attribute capacity_monitoring_approach.
-
#services ⇒ ::Array[Types::Service]
Returns the value of attribute services.
-
#target_percent ⇒ ::Integer
Returns the value of attribute target_percent.
-
#timeout_minutes ⇒ ::Integer
Returns the value of attribute timeout_minutes.
-
#ungraceful ⇒ Types::EcsUngraceful
Returns the value of attribute ungraceful.
Instance Attribute Details
#capacity_monitoring_approach ⇒ "sampledMaxInLast24Hours", "containerInsightsMaxInLast24Hours"
Returns the value of attribute capacity_monitoring_approach.
200 201 202 |
# File 'sig/types.rbs', line 200 def capacity_monitoring_approach @capacity_monitoring_approach end |
#services ⇒ ::Array[Types::Service]
Returns the value of attribute services.
197 198 199 |
# File 'sig/types.rbs', line 197 def services @services end |
#target_percent ⇒ ::Integer
Returns the value of attribute target_percent.
199 200 201 |
# File 'sig/types.rbs', line 199 def target_percent @target_percent end |
#timeout_minutes ⇒ ::Integer
Returns the value of attribute timeout_minutes.
196 197 198 |
# File 'sig/types.rbs', line 196 def timeout_minutes @timeout_minutes end |
#ungraceful ⇒ Types::EcsUngraceful
Returns the value of attribute ungraceful.
198 199 200 |
# File 'sig/types.rbs', line 198 def ungraceful @ungraceful end |