class Aws::DynamoDB::Client
def export_table_to_point_in_time(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
export_table_to_point_in_time(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ExportTableToPointInTime - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::ExportTableToPointInTimeOutput)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:incremental_export_specification
(Types::IncrementalExportSpecification
) -- -
:export_type
(String
) -- -
:export_format
(String
) -- -
:s3_sse_kms_key_id
(String
) -- -
:s3_sse_algorithm
(String
) -- -
:s3_prefix
(String
) -- -
:s3_bucket_owner
(String
) -- -
:s3_bucket
(required, String
) -- -
:client_token
(String
) -- -
:export_time
(Time, DateTime, Date, Integer, String
) -- -
:table_arn
(required, String
) --
def export_table_to_point_in_time(params = {}, options = {}) req = build_request(:export_table_to_point_in_time, params) req.send_request(options) end