AWSAutoScalingSuspendedProcess
Objective-C
@interface AWSAutoScalingSuspendedProcess
Swift
class AWSAutoScalingSuspendedProcess
Describes an auto scaling process that has been suspended.
For more information, see Types of processes in the Amazon EC2 Auto Scaling User Guide.
-
The name of the suspended process.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable processName;Swift
var processName: String? { get set } -
The reason that the process was suspended.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable suspensionReason;Swift
var suspensionReason: String? { get set }
View on GitHub
Install in Dash
AWSAutoScalingSuspendedProcess Class Reference