LastCrawlInfo
public struct LastCrawlInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If an error occurred, the error information about the last crawl.
Declaration
Swift
public let errorMessage: String?
-
The log group for the last crawl.
Declaration
Swift
public let logGroup: String?
-
The log stream for the last crawl.
Declaration
Swift
public let logStream: String?
-
The prefix for a message about this crawl.
Declaration
Swift
public let messagePrefix: String?
-
The time at which the crawl started.
Declaration
Swift
public let startTime: TimeStamp?
-
Status of the last crawl.
Declaration
Swift
public let status: LastCrawlStatus?
-
Undocumented
Declaration
Swift
public init(errorMessage: String? = nil, logGroup: String? = nil, logStream: String? = nil, messagePrefix: String? = nil, startTime: TimeStamp? = nil, status: LastCrawlStatus? = nil)