AWSAutoScalingRefreshStrategy

Objective-C

NS_ENUM(NSInteger, AWSAutoScalingRefreshStrategy) {
    AWSAutoScalingRefreshStrategyUnknown,
    AWSAutoScalingRefreshStrategyRolling,
}

Swift

enum AWSAutoScalingRefreshStrategy : Int, @unchecked Sendable

Undocumented