Class: Aws::ARCRegionswitch::Types::EcsUngraceful
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::EcsUngraceful
- Includes:
- Structure
- Defined in:
- 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.
653 654 655 656 657 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 653 class EcsUngraceful < Struct.new( :minimum_success_percentage) SENSITIVE = [] include Aws::Structure end |