PolicyARNType
public struct PolicyARNType : 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 policy.
Declaration
Swift
public let policyARN: String?
-
Undocumented
Declaration
Swift
public init(alarms: [Alarm]? = nil, policyARN: String? = nil)