BatchGetCrawlersResponse
public struct BatchGetCrawlersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of crawler definitions.
Declaration
Swift
public let crawlers: [Crawler]? -
A list of names of crawlers that were not found.
Declaration
Swift
public let crawlersNotFound: [String]? -
Undocumented
Declaration
Swift
public init(crawlers: [Crawler]? = nil, crawlersNotFound: [String]? = nil)
View on GitHub
BatchGetCrawlersResponse Structure Reference