CreatePartitionRequest
public struct CreatePartitionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The AWS account ID of the catalog in which the partition is to be created.
Declaration
Swift
public let catalogId: String?
-
The name of the metadata database in which the partition is to be created.
Declaration
Swift
public let databaseName: String
-
A PartitionInput structure defining the partition to be created.
Declaration
Swift
public let partitionInput: PartitionInput
-
The name of the metadata table in which the partition is to be created.
Declaration
Swift
public let tableName: String
-
Undocumented
Declaration
Swift
public init(catalogId: String? = nil, databaseName: String, partitionInput: PartitionInput, tableName: String)
-
Declaration
Swift
public func validate(name: String) throws