Class: Aws::ARCRegionswitch::Types::EksResourceScalingUngraceful
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::EksResourceScalingUngraceful
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-arcregionswitch/types.rb
Overview
The ungraceful settings for Amazon Web Services EKS resource scaling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#minimum_success_percentage ⇒ Integer
The minimum success percentage for the configuration.
Instance Attribute Details
#minimum_success_percentage ⇒ Integer
The minimum success percentage for the configuration.
737 738 739 740 741 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 737 class EksResourceScalingUngraceful < Struct.new( :minimum_success_percentage) SENSITIVE = [] include Aws::Structure end |