BatchGetCrawlersRequest
public struct BatchGetCrawlersRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of crawler names, which might be the names returned from the ListCrawlers operation.
Declaration
Swift
public let crawlerNames: [String]
-
Undocumented
Declaration
Swift
public init(crawlerNames: [String])
-
Declaration
Swift
public func validate(name: String) throws