GetCrawlersResponse

public struct GetCrawlersResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of crawler metadata.

    Declaration

    Swift

    public let crawlers: [Crawler]?
  • A continuation token, if the returned list has not reached the end of those defined in this customer account.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(crawlers: [Crawler]? = nil, nextToken: String? = nil)