AWSAutoScalingPolicyARNType
Objective-C
@interface AWSAutoScalingPolicyARNType
Swift
class AWSAutoScalingPolicyARNType
Contains the output of PutScalingPolicy.
-
The CloudWatch alarms created for the target tracking scaling policy.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSAutoScalingAlarm *> *_Nullable alarms;
Swift
var alarms: [AWSAutoScalingAlarm]? { get set }
-
The Amazon Resource Name (ARN) of the policy.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyARN;
Swift
var policyARN: String? { get set }