class
Amazonite::DynamoDB::ImportSummary
- Amazonite::DynamoDB::ImportSummary
- Reference
- Object
Overview
Summary information about the source file for the import.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/import_summary.crConstructors
- .new(pull : JSON::PullParser)
- .new(import_arn : String | Nil = nil, import_status : ImportStatus | Nil = nil, table_arn : String | Nil = nil, s3_bucket_source : S3BucketSource | Nil = nil, cloud_watch_log_group_arn : String | Nil = nil, input_format : InputFormat | Nil = nil, start_time : Time | Nil = nil, end_time : Time | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#cloud_watch_log_group_arn : String | Nil
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with this import task.
-
#cloud_watch_log_group_arn=(cloud_watch_log_group_arn : String | Nil)
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with this import task.
-
#end_time : Time | Nil
The time at which this import task ended.
-
#end_time=(end_time : Time | Nil)
The time at which this import task ended.
-
#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 operation.
-
#import_status=(import_status : ImportStatus | Nil)
The status of the import operation.
-
#input_format : InputFormat | Nil
The format of the source data.
-
#input_format=(input_format : InputFormat | Nil)
The format of the source data.
-
#s3_bucket_source : S3BucketSource | Nil
The path and S3 bucket of the source file that is being imported.
-
#s3_bucket_source=(s3_bucket_source : S3BucketSource | Nil)
The path and S3 bucket of the source file that is being imported.
-
#start_time : Time | Nil
The time at which this import task began.
-
#start_time=(start_time : Time | Nil)
The time at which this import task began.
-
#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.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with this import task.
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with this import task.
The Amazon Resource Number (ARN) corresponding to the import request.
The Amazon Resource Number (ARN) corresponding to the import request.
The format of the source data. Valid values are CSV, DYNAMODB_JSON or ION.
The format of the source data. Valid values are CSV, DYNAMODB_JSON or ION.
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).
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).
The Amazon Resource Number (ARN) of the table being imported into.