class Aws::DynamoDB::Types::ImportTableDescription


@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ImportTableDescription AWS API Documentation
@return [String]
ran into during execution.
The error message corresponding to the failure that the import job
@!attribute [rw] failure_message
@return [String]
into during execution.
The error code corresponding to the failure that the import job ran
@!attribute [rw] failure_code
@return [Integer]
The number of items successfully imported into the new table.
@!attribute [rw] imported_item_count
@return [Integer]
The total number of items processed from the source file.
@!attribute [rw] processed_item_count
@return [Integer]
The total size of data processed from the source file, in Bytes.
@!attribute [rw] processed_size_bytes
@return [Time]
import task completed.
The time at which the creation of the table associated with this
@!attribute [rw] end_time
@return [Time]
The time when this import task started.
@!attribute [rw] start_time
@return [Types::TableCreationParameters]
The parameters for the new table that is being imported into.
@!attribute [rw] table_creation_parameters
@return [String]
target table. The values are NONE, GZIP, or ZSTD.
The compression options for the data that has been imported into the
@!attribute [rw] input_compression_type
@return [Types::InputFormatOptions]
table. There is one value, CsvOption.
The format options for the data that was imported into the target
@!attribute [rw] input_format_options
@return [String]
The format of the source data going into the target table.
@!attribute [rw] input_format
@return [String]
associated with the target table.
The Amazon Resource Number (ARN) of the Cloudwatch Log Group
@!attribute [rw] cloud_watch_log_group_arn
@return [Integer]
target table.
The number of errors occurred on importing the source file into the
@!attribute [rw] error_count
@return [Types::S3BucketSource]
owner ID (optional).
bucket name (required), key prefix (optional) and bucket account
Values for the S3 bucket the source file is imported from. Includes
@!attribute [rw] s3_bucket_source
@return [String]
client token on retry makes a call to ‘ImportTable` idempotent.
The client token that was provided for the import task. Reusing the
@!attribute [rw] client_token
@return [String]
process.
The table id corresponding to the table created by import table
@!attribute [rw] table_id
@return [String]
The Amazon Resource Number (ARN) of the table being imported into.
@!attribute [rw] table_arn
@return [String]
The status of the import.
@!attribute [rw] import_status
@return [String]
request.
The Amazon Resource Number (ARN) corresponding to the import
@!attribute [rw] import_arn
Represents the properties of the table being imported into.