class Aws::DynamoDB::Client
def restore_table_from_backup(params = {}, options = {})
-
params(Hash) -- ({})
Overloads:
-
restore_table_from_backup(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/RestoreTableFromBackup - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::RestoreTableFromBackupOutput)- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)-
:sse_specification_override(Types::SSESpecification) -- -
:provisioned_throughput_override(Types::ProvisionedThroughput) -- -
:local_secondary_index_override(Array) -- -
:global_secondary_index_override(Array) -- -
:billing_mode_override(String) -- -
:backup_arn(required, String) -- -
:target_table_name(required, String) --
def restore_table_from_backup(params = {}, options = {}) req = build_request(:restore_table_from_backup, params) req.send_request(options) end