GetPartitionIndexesRequest
public struct GetPartitionIndexesRequest : AWSShape
extension Glue.GetPartitionIndexesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The catalog ID where the table resides.
Declaration
Swift
public let catalogId: String? -
Specifies the name of a database from which you want to retrieve partition indexes.
Declaration
Swift
public let databaseName: String -
A continuation token, included if this is a continuation call.
Declaration
Swift
public let nextToken: String? -
Specifies the name of a table for which you want to retrieve the partition indexes.
Declaration
Swift
public let tableName: String -
Undocumented
Declaration
Swift
public init(catalogId: String? = nil, databaseName: String, nextToken: String? = nil, tableName: String) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Glue.GetPartitionIndexesRequest
View on GitHub
GetPartitionIndexesRequest Structure Reference