GetCrawlersRequest

public struct GetCrawlersRequest : AWSShape
extension Glue.GetCrawlersRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of crawlers to return on each call.

    Declaration

    Swift

    public let maxResults: Int?
  • A continuation token, if this is a continuation request.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws