Class: Aws::ARCRegionswitch::Types::EcsUngraceful
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::EcsUngraceful
- Defined in:
- gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb
Overview
The settings for ungraceful execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#minimum_success_percentage ⇒ Integer
The minimum success percentage specified for the configuration.
Instance Attribute Details
#minimum_success_percentage ⇒ Integer
The minimum success percentage specified for the configuration.
572 573 574 575 576 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 572 class EcsUngraceful < Struct.new( :minimum_success_percentage) SENSITIVE = [] include Aws::Structure end |