AWSAutoScalingDeleteNotificationConfigurationType
Objective-C
@interface AWSAutoScalingDeleteNotificationConfigurationType
Swift
class AWSAutoScalingDeleteNotificationConfigurationType
-
The name of the Auto Scaling group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable autoScalingGroupName;
Swift
var autoScalingGroupName: String? { get set }
-
The Amazon Resource Name (ARN) of the Amazon SNS topic.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable topicARN;
Swift
var topicARN: String? { get set }