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