AWSAutoScalingRollbackInstanceRefreshType
Objective-C
@interface AWSAutoScalingRollbackInstanceRefreshType
Swift
class AWSAutoScalingRollbackInstanceRefreshType
-
The name of the Auto Scaling group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable autoScalingGroupName;
Swift
var autoScalingGroupName: String? { get set }