Class: Aws::DynamoDB::Types::ImportSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

Summary information about the source file for the import.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_log_group_arnString

The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with this import task.

Returns:

  • (String)


4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4534

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_timeTime

The time at which this import task ended. (Does this include the successful complete creation of the table it was imported to?)

Returns:

  • (Time)


4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4534

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_arnString

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

Returns:

  • (String)


4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4534

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_statusString

The status of the import operation.

Returns:

  • (String)


4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4534

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_formatString

The format of the source data. Valid values are CSV, DYNAMODB_JSON or ION.

Returns:

  • (String)


4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4534

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_sourceTypes::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).



4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4534

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_timeTime

The time at which this import task began.

Returns:

  • (Time)


4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4534

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_arnString

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

Returns:

  • (String)


4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4534

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