You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DatabaseMigrationService::Types::TableToReload

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TableToReload as input to an Aws::Client method, you can use a vanilla Hash:

{
  schema_name: "String", # required
  table_name: "String", # required
}

Provides the name of the schema and table to be reloaded.

Instance Attribute Summary collapse

Instance Attribute Details

#schema_nameString

The schema name of the table to be reloaded.

Returns:

  • (String)

    The schema name of the table to be reloaded.

#table_nameString

The table name of the table to be reloaded.

Returns:

  • (String)

    The table name of the table to be reloaded.