DescribeScalingActivitiesType

public struct DescribeScalingActivitiesType : AWSShape
extension AutoScaling.DescribeScalingActivitiesType: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The activity IDs of the desired scaling activities. You can specify up to 50 IDs. If you omit this parameter, all activities for the past six weeks are described. If unknown activities are requested, they are ignored with no error. If you specify an Auto Scaling group, the results are limited to that group.

    Declaration

    Swift

    public let activityIds: [String]?
  • The name of the Auto Scaling group.

    Declaration

    Swift

    public let autoScalingGroupName: String?
  • The maximum number of items to return with this call. The default value is 100 and the maximum value is 100.

    Declaration

    Swift

    public let maxRecords: Int?
  • The token for the next set of items to return. (You received this token from a previous call.)

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(activityIds: [String]? = nil, autoScalingGroupName: String? = nil, maxRecords: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws