ImportCatalogToGlueRequest
public struct ImportCatalogToGlueRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the catalog to import. Currently, this should be the AWS account ID.
Declaration
Swift
public let catalogId: String?
-
Undocumented
Declaration
Swift
public init(catalogId: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws