DescribeScalingActivitiesResponse
public struct DescribeScalingActivitiesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token required to get the next set of results. This value is null if there are no more results to return.
Declaration
Swift
public let nextToken: String?
-
A list of scaling activity objects.
Declaration
Swift
public let scalingActivities: [ScalingActivity]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, scalingActivities: [ScalingActivity]? = nil)