ListCrawlersRequest

public struct ListCrawlersRequest : AWSShape
extension Glue.ListCrawlersRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum size of a list to return.

    Declaration

    Swift

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

    Declaration

    Swift

    public let nextToken: String?
  • Specifies to return only these tagged resources.

    Declaration

    Swift

    public let tags: [String : String]?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws