CrawlerNodeDetails
public struct CrawlerNodeDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of crawls represented by the crawl node.
Declaration
Swift
public let crawls: [Crawl]?
-
Undocumented
Declaration
Swift
public init(crawls: [Crawl]? = nil)