TableToReload

public struct TableToReload : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The schema name of the table to be reloaded.

    Declaration

    Swift

    public let schemaName: String
  • The table name of the table to be reloaded.

    Declaration

    Swift

    public let tableName: String
  • Undocumented

    Declaration

    Swift

    public init(schemaName: String, tableName: String)