Crawl
public struct Crawl : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date and time on which the crawl completed.
Declaration
Swift
public let completedOn: TimeStamp?
-
The error message associated with the crawl.
Declaration
Swift
public let errorMessage: String?
-
The log group associated with the crawl.
Declaration
Swift
public let logGroup: String?
-
The log stream associated with the crawl.
Declaration
Swift
public let logStream: String?
-
The date and time on which the crawl started.
Declaration
Swift
public let startedOn: TimeStamp?
-
The state of the crawler.
Declaration
Swift
public let state: CrawlState?
-
Undocumented
Declaration
Swift
public init(completedOn: TimeStamp? = nil, errorMessage: String? = nil, logGroup: String? = nil, logStream: String? = nil, startedOn: TimeStamp? = nil, state: CrawlState? = nil)