DeleteTableInput
public struct DeleteTableInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the table to delete.
Declaration
Swift
public let tableName: String -
Undocumented
Declaration
Swift
public init(tableName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteTableInput Structure Reference