class
Amazonite::DynamoDB::ImportTableDescription
- Amazonite::DynamoDB::ImportTableDescription
- Reference
- Object
Overview
Represents the properties of the table being imported into.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/import_table_description.crConstructors
- .new(pull : JSON::PullParser)
- .new(import_arn : String | Nil = nil, import_status : ImportStatus | Nil = nil, table_arn : String | Nil = nil, table_id : String | Nil = nil, client_token : String | Nil = nil, s3_bucket_source : S3BucketSource | Nil = nil, error_count : Int64 | Nil = nil, cloud_watch_log_group_arn : String | Nil = nil, input_format : InputFormat | Nil = nil, input_format_options : InputFormatOptions | Nil = nil, input_compression_type : InputCompressionType | Nil = nil, table_creation_parameters : TableCreationParameters | Nil = nil, start_time : Time | Nil = nil, end_time : Time | Nil = nil, processed_size_bytes : Int64 | Nil = nil, processed_item_count : Int64 | Nil = nil, imported_item_count : Int64 | Nil = nil, failure_code : String | Nil = nil, failure_message : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#client_token : String | Nil
The client token that was provided for the import task.
-
#client_token=(client_token : String | Nil)
The client token that was provided for the import task.
-
#cloud_watch_log_group_arn : String | Nil
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with the target table.
-
#cloud_watch_log_group_arn=(cloud_watch_log_group_arn : String | Nil)
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with the target table.
-
#end_time : Time | Nil
The time at which the creation of the table associated with this import task completed.
-
#end_time=(end_time : Time | Nil)
The time at which the creation of the table associated with this import task completed.
-
#error_count : Int64 | Nil
The number of errors occurred on importing the source file into the target table.
-
#error_count=(error_count : Int64 | Nil)
The number of errors occurred on importing the source file into the target table.
-
#failure_code : String | Nil
The error code corresponding to the failure that the import job ran into during execution.
-
#failure_code=(failure_code : String | Nil)
The error code corresponding to the failure that the import job ran into during execution.
-
#failure_message : String | Nil
The error message corresponding to the failure that the import job ran into during execution.
-
#failure_message=(failure_message : String | Nil)
The error message corresponding to the failure that the import job ran into during execution.
-
#hash(hasher)
See
Object#hash(hasher) -
#import_arn : String | Nil
The Amazon Resource Number (ARN) corresponding to the import request.
-
#import_arn=(import_arn : String | Nil)
The Amazon Resource Number (ARN) corresponding to the import request.
-
#import_status : ImportStatus | Nil
The status of the import.
-
#import_status=(import_status : ImportStatus | Nil)
The status of the import.
-
#imported_item_count : Int64 | Nil
The number of items successfully imported into the new table.
-
#imported_item_count=(imported_item_count : Int64 | Nil)
The number of items successfully imported into the new table.
-
#input_compression_type : InputCompressionType | Nil
The compression options for the data that has been imported into the target table.
-
#input_compression_type=(input_compression_type : InputCompressionType | Nil)
The compression options for the data that has been imported into the target table.
-
#input_format : InputFormat | Nil
The format of the source data going into the target table.
-
#input_format=(input_format : InputFormat | Nil)
The format of the source data going into the target table.
-
#input_format_options : InputFormatOptions | Nil
The format options for the data that was imported into the target table.
-
#input_format_options=(input_format_options : InputFormatOptions | Nil)
The format options for the data that was imported into the target table.
-
#processed_item_count : Int64 | Nil
The total number of items processed from the source file.
-
#processed_item_count=(processed_item_count : Int64 | Nil)
The total number of items processed from the source file.
-
#processed_size_bytes : Int64 | Nil
The total size of data processed from the source file, in Bytes.
-
#processed_size_bytes=(processed_size_bytes : Int64 | Nil)
The total size of data processed from the source file, in Bytes.
-
#s3_bucket_source : S3BucketSource | Nil
Values for the S3 bucket the source file is imported from.
-
#s3_bucket_source=(s3_bucket_source : S3BucketSource | Nil)
Values for the S3 bucket the source file is imported from.
-
#start_time : Time | Nil
The time when this import task started.
-
#start_time=(start_time : Time | Nil)
The time when this import task started.
-
#table_arn : String | Nil
The Amazon Resource Number (ARN) of the table being imported into.
-
#table_arn=(table_arn : String | Nil)
The Amazon Resource Number (ARN) of the table being imported into.
-
#table_creation_parameters : TableCreationParameters | Nil
The parameters for the new table that is being imported into.
-
#table_creation_parameters=(table_creation_parameters : TableCreationParameters | Nil)
The parameters for the new table that is being imported into.
-
#table_id : String | Nil
The table id corresponding to the table created by import table process.
-
#table_id=(table_id : String | Nil)
The table id corresponding to the table created by import table process.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The client token that was provided for the import task. Reusing the client token on retry makes
a call to ImportTable idempotent.
The client token that was provided for the import task. Reusing the client token on retry makes
a call to ImportTable idempotent.
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with the target table.
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with the target table.
The time at which the creation of the table associated with this import task completed.
The time at which the creation of the table associated with this import task completed.
The number of errors occurred on importing the source file into the target table.
The number of errors occurred on importing the source file into the target table.
The error code corresponding to the failure that the import job ran into during execution.
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.
The error message corresponding to the failure that the import job ran into during execution.
The Amazon Resource Number (ARN) corresponding to the import request.
The Amazon Resource Number (ARN) corresponding to the import request.
The number of items successfully imported into the new table.
The number of items successfully imported into the new table.
The compression options for the data that has been imported into the target table. The values are NONE, GZIP, or ZSTD.
The compression options for the data that has been imported into the target table. The values are NONE, GZIP, or ZSTD.
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 format options for the data that was imported into the target table. There is one value, CsvOption.
The total number of items processed from the source file.
The total size of data processed from the source file, in Bytes.
The total size of data processed from the source file, in Bytes.
Values for the S3 bucket the source file is imported from. Includes bucket name (required), key prefix (optional) and bucket account owner ID (optional).
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 Amazon Resource Number (ARN) of the table being imported into.
The parameters for the new table that is being imported into.
The parameters for the new table that is being imported into.
The table id corresponding to the table created by import table process.
The table id corresponding to the table created by import table process.