class Aws::DynamoDB::Client
def import_table(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
import_table(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ImportTable - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::ImportTableOutput)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:table_creation_parameters
(required, Types::TableCreationParameters
) -- -
:input_compression_type
(String
) -- -
:input_format_options
(Types::InputFormatOptions
) -- -
:input_format
(required, String
) -- -
:s3_bucket_source
(required, Types::S3BucketSource
) -- -
:client_token
(String
) --
def import_table(params = {}, options = {}) req = build_request(:import_table, params) req.send_request(options) end