#[non_exhaustive]
pub struct Builder { /* private fields */ }
Expand description

A builder for ExportDescription

Implementations

The Amazon Resource Name (ARN) of the table export.

The Amazon Resource Name (ARN) of the table export.

Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.

Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.

The time at which the export task began.

The time at which the export task began.

The time at which the export task completed.

The time at which the export task completed.

The name of the manifest file for the export task.

The name of the manifest file for the export task.

The Amazon Resource Name (ARN) of the table that was exported.

The Amazon Resource Name (ARN) of the table that was exported.

Unique ID of the table that was exported.

Unique ID of the table that was exported.

Point in time from which table data was exported.

Point in time from which table data was exported.

The client token that was provided for the export task. A client token makes calls to ExportTableToPointInTimeInput idempotent, meaning that multiple identical calls have the same effect as one single call.

The client token that was provided for the export task. A client token makes calls to ExportTableToPointInTimeInput idempotent, meaning that multiple identical calls have the same effect as one single call.

The name of the Amazon S3 bucket containing the export.

The name of the Amazon S3 bucket containing the export.

The ID of the Amazon Web Services account that owns the bucket containing the export.

The ID of the Amazon Web Services account that owns the bucket containing the export.

The Amazon S3 bucket prefix used as the file name and path of the exported snapshot.

The Amazon S3 bucket prefix used as the file name and path of the exported snapshot.

Type of encryption used on the bucket where export data is stored. Valid values for S3SseAlgorithm are:

  • AES256 - server-side encryption with Amazon S3 managed keys

  • KMS - server-side encryption with KMS managed keys

Type of encryption used on the bucket where export data is stored. Valid values for S3SseAlgorithm are:

  • AES256 - server-side encryption with Amazon S3 managed keys

  • KMS - server-side encryption with KMS managed keys

The ID of the KMS managed key used to encrypt the S3 bucket where export data is stored (if applicable).

The ID of the KMS managed key used to encrypt the S3 bucket where export data is stored (if applicable).

Status code for the result of the failed export.

Status code for the result of the failed export.

Export failure reason description.

Export failure reason description.

The format of the exported data. Valid values for ExportFormat are DYNAMODB_JSON or ION.

The format of the exported data. Valid values for ExportFormat are DYNAMODB_JSON or ION.

The billable size of the table export.

The billable size of the table export.

The number of items exported.

The number of items exported.

Consumes the builder and constructs a ExportDescription

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more