Class: Aws::DynamoDB::Types::ImportSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ImportSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Summary information about the source file for the import.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_log_group_arn ⇒ String
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with this import task.
-
#end_time ⇒ Time
The time at which this import task ended.
-
#import_arn ⇒ String
The Amazon Resource Number (ARN) corresponding to the import request.
-
#import_status ⇒ String
The status of the import operation.
-
#input_format ⇒ String
The format of the source data.
-
#s3_bucket_source ⇒ Types::S3BucketSource
The path and S3 bucket of the source file that is being imported.
-
#start_time ⇒ Time
The time at which this import task began.
-
#table_arn ⇒ String
The Amazon Resource Number (ARN) of the table being imported into.
Instance Attribute Details
#cloud_watch_log_group_arn ⇒ String
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with this import task.
4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4627 class ImportSummary < Struct.new( :import_arn, :import_status, :table_arn, :s3_bucket_source, :cloud_watch_log_group_arn, :input_format, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The time at which this import task ended. (Does this include the successful complete creation of the table it was imported to?)
4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4627 class ImportSummary < Struct.new( :import_arn, :import_status, :table_arn, :s3_bucket_source, :cloud_watch_log_group_arn, :input_format, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#import_arn ⇒ String
The Amazon Resource Number (ARN) corresponding to the import request.
4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4627 class ImportSummary < Struct.new( :import_arn, :import_status, :table_arn, :s3_bucket_source, :cloud_watch_log_group_arn, :input_format, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#import_status ⇒ String
The status of the import operation.
4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4627 class ImportSummary < Struct.new( :import_arn, :import_status, :table_arn, :s3_bucket_source, :cloud_watch_log_group_arn, :input_format, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#input_format ⇒ String
The format of the source data. Valid values are ‘CSV`, `DYNAMODB_JSON` or `ION`.
4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4627 class ImportSummary < Struct.new( :import_arn, :import_status, :table_arn, :s3_bucket_source, :cloud_watch_log_group_arn, :input_format, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#s3_bucket_source ⇒ Types::S3BucketSource
The path and S3 bucket of the source file that is being imported. This includes the S3Bucket (required), S3KeyPrefix (optional) and S3BucketOwner (optional if the bucket is owned by the requester).
4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4627 class ImportSummary < Struct.new( :import_arn, :import_status, :table_arn, :s3_bucket_source, :cloud_watch_log_group_arn, :input_format, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time at which this import task began.
4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4627 class ImportSummary < Struct.new( :import_arn, :import_status, :table_arn, :s3_bucket_source, :cloud_watch_log_group_arn, :input_format, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#table_arn ⇒ String
The Amazon Resource Number (ARN) of the table being imported into.
4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4627 class ImportSummary < Struct.new( :import_arn, :import_status, :table_arn, :s3_bucket_source, :cloud_watch_log_group_arn, :input_format, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |