PutScalingPolicyResponse
public struct PutScalingPolicyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The CloudWatch alarms created for the target tracking scaling policy.
Declaration
Swift
public let alarms: [Alarm]?
-
The Amazon Resource Name (ARN) of the resulting scaling policy.
Declaration
Swift
public let policyARN: String
-
Undocumented
Declaration
Swift
public init(alarms: [Alarm]? = nil, policyARN: String)