AutoScalingGroupNamesType

public struct AutoScalingGroupNamesType : AWSShape
extension AutoScaling.AutoScalingGroupNamesType: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The names of the Auto Scaling groups. Each name can be a maximum of 1600 characters. By default, you can only specify up to 50 names. You can optionally increase this limit using the MaxRecords parameter. If you omit this parameter, all Auto Scaling groups are described.

    Declaration

    Swift

    public let autoScalingGroupNames: [String]?
  • The maximum number of items to return with this call. The default value is 50 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(autoScalingGroupNames: [String]? = nil, maxRecords: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws