GetCrawlerMetricsResponse
public struct GetCrawlerMetricsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of metrics for the specified crawler.
Declaration
Swift
public let crawlerMetricsList: [CrawlerMetrics]?
-
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(crawlerMetricsList: [CrawlerMetrics]? = nil, nextToken: String? = nil)