Class: Aws::ARCRegionswitch::Types::EcsCapacityIncreaseConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::EcsCapacityIncreaseConfiguration
- Defined in:
- gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb
Overview
The configuration for an Amazon Web Services ECS capacity increase.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_monitoring_approach ⇒ String
The monitoring approach specified for the configuration, for example,
Most_Recent
. -
#services ⇒ Array<Types::Service>
The services specified for the configuration.
-
#target_percent ⇒ Integer
The target percentage specified for the configuration.
-
#timeout_minutes ⇒ Integer
The timeout value specified for the configuration.
-
#ungraceful ⇒ Types::EcsUngraceful
The settings for ungraceful execution.
Instance Attribute Details
#capacity_monitoring_approach ⇒ String
The monitoring approach specified for the configuration, for
example, Most_Recent
.
554 555 556 557 558 559 560 561 562 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 554 class EcsCapacityIncreaseConfiguration < Struct.new( :timeout_minutes, :services, :ungraceful, :target_percent, :capacity_monitoring_approach) SENSITIVE = [] include Aws::Structure end |
#services ⇒ Array<Types::Service>
The services specified for the configuration.
554 555 556 557 558 559 560 561 562 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 554 class EcsCapacityIncreaseConfiguration < Struct.new( :timeout_minutes, :services, :ungraceful, :target_percent, :capacity_monitoring_approach) SENSITIVE = [] include Aws::Structure end |
#target_percent ⇒ Integer
The target percentage specified for the configuration.
554 555 556 557 558 559 560 561 562 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 554 class EcsCapacityIncreaseConfiguration < Struct.new( :timeout_minutes, :services, :ungraceful, :target_percent, :capacity_monitoring_approach) SENSITIVE = [] include Aws::Structure end |
#timeout_minutes ⇒ Integer
The timeout value specified for the configuration.
554 555 556 557 558 559 560 561 562 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 554 class EcsCapacityIncreaseConfiguration < Struct.new( :timeout_minutes, :services, :ungraceful, :target_percent, :capacity_monitoring_approach) SENSITIVE = [] include Aws::Structure end |
#ungraceful ⇒ Types::EcsUngraceful
The settings for ungraceful execution.
554 555 556 557 558 559 560 561 562 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 554 class EcsCapacityIncreaseConfiguration < Struct.new( :timeout_minutes, :services, :ungraceful, :target_percent, :capacity_monitoring_approach) SENSITIVE = [] include Aws::Structure end |