Method: Aws::DynamoDB::Types::ExportTableToPointInTimeInput#incremental_export_specification

Defined in:
lib/aws-sdk-dynamodb/types.rb

#incremental_export_specificationTypes::IncrementalExportSpecification

Optional object containing the parameters specific to an incremental export.

Returns:



3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
# File 'lib/aws-sdk-dynamodb/types.rb', line 3857

class ExportTableToPointInTimeInput < Struct.new(
  :table_arn,
  :export_time,
  :client_token,
  :s3_bucket,
  :s3_bucket_owner,
  :s3_prefix,
  :s3_sse_algorithm,
  :s3_sse_kms_key_id,
  :export_format,
  :export_type,
  :incremental_export_specification)
  SENSITIVE = []
  include Aws::Structure
end