DescribeAutoScalingInstancesType

public struct DescribeAutoScalingInstancesType : AWSShape
extension AutoScaling.DescribeAutoScalingInstancesType: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The IDs of the instances. You can specify up to MaxRecords IDs. If you omit this parameter, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.

    Declaration

    Swift

    public let instanceIds: [String]?
  • The maximum number of items to return with this call. The default value is 50 and the maximum value is 50.

    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(instanceIds: [String]? = nil, maxRecords: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws