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

Represents the properties of the table being imported into.

Implementations

The Amazon Resource Number (ARN) corresponding to the import request.

The status of the import.

The Amazon Resource Number (ARN) of the table being imported into.

The table id corresponding to the table created by import table process.

The client token that was provided for the import task. Reusing the client token on retry makes a call to ImportTable idempotent.

Values for the S3 bucket the source file is imported from. Includes bucket name (required), key prefix (optional) and bucket account owner ID (optional).

The number of errors occurred on importing the source file into the target table.

The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with the target table.

The format of the source data going into the target table.

The format options for the data that was imported into the target table. There is one value, CsvOption.

The compression options for the data that has been imported into the target table. The values are NONE, GZIP, or ZSTD.

The parameters for the new table that is being imported into.

The time when this import task started.

The time at which the creation of the table associated with this import task completed.

The total size of data processed from the source file, in Bytes.

The total number of items processed from the source file.

The number of items successfully imported into the new table.

The error code corresponding to the failure that the import job ran into during execution.

The error message corresponding to the failure that the import job ran into during execution.

Creates a new builder-style object to manufacture ImportTableDescription.

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

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

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

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

Returns the argument unchanged.

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

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

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

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