Class: Aws::Types::ImportSummary
- Inherits:
-
Object
- Object
- Aws::Types::ImportSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_log_group_arn.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#import_arn ⇒ ::String
Returns the value of attribute import_arn.
-
#import_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute import_status.
-
#input_format ⇒ "DYNAMODB_JSON", ...
Returns the value of attribute input_format.
-
#s3_bucket_source ⇒ Types::S3BucketSource
Returns the value of attribute s3_bucket_source.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
Instance Attribute Details
#cloud_watch_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_log_group_arn.
870 871 872 |
# File 'sig/types.rbs', line 870 def cloud_watch_log_group_arn @cloud_watch_log_group_arn end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
873 874 875 |
# File 'sig/types.rbs', line 873 def end_time @end_time end |
#import_arn ⇒ ::String
Returns the value of attribute import_arn.
866 867 868 |
# File 'sig/types.rbs', line 866 def import_arn @import_arn end |
#import_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute import_status.
867 868 869 |
# File 'sig/types.rbs', line 867 def import_status @import_status end |
#input_format ⇒ "DYNAMODB_JSON", ...
Returns the value of attribute input_format.
871 872 873 |
# File 'sig/types.rbs', line 871 def input_format @input_format end |
#s3_bucket_source ⇒ Types::S3BucketSource
Returns the value of attribute s3_bucket_source.
869 870 871 |
# File 'sig/types.rbs', line 869 def s3_bucket_source @s3_bucket_source end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
872 873 874 |
# File 'sig/types.rbs', line 872 def start_time @start_time end |
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
868 869 870 |
# File 'sig/types.rbs', line 868 def table_arn @table_arn end |