ListCrawlersResponse
public struct ListCrawlersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The names of all crawlers in the account, or the crawlers with the specified tags.
Declaration
Swift
public let crawlerNames: [String]?
-
A continuation token, if the returned list does not contain the last metric available.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(crawlerNames: [String]? = nil, nextToken: String? = nil)