DataCatalogSummary
public struct DataCatalogSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the data catalog.
Declaration
Swift
public let catalogName: String?
-
The data catalog type.
Declaration
Swift
public let type: DataCatalogType?
-
Undocumented
Declaration
Swift
public init(catalogName: String? = nil, type: DataCatalogType? = nil)