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