Class: Aws::Types::ImportTableDescription
- Inherits:
-
Object
- Object
- Aws::Types::ImportTableDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#error_count ⇒ ::Integer
Returns the value of attribute error_count.
-
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#import_arn ⇒ ::String
Returns the value of attribute import_arn.
-
#import_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute import_status.
-
#imported_item_count ⇒ ::Integer
Returns the value of attribute imported_item_count.
-
#input_compression_type ⇒ "GZIP", ...
Returns the value of attribute input_compression_type.
-
#input_format ⇒ "DYNAMODB_JSON", ...
Returns the value of attribute input_format.
-
#input_format_options ⇒ Types::InputFormatOptions
Returns the value of attribute input_format_options.
-
#processed_item_count ⇒ ::Integer
Returns the value of attribute processed_item_count.
-
#processed_size_bytes ⇒ ::Integer
Returns the value of attribute processed_size_bytes.
-
#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.
-
#table_creation_parameters ⇒ Types::TableCreationParameters
Returns the value of attribute table_creation_parameters.
-
#table_id ⇒ ::String
Returns the value of attribute table_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
882 883 884 |
# File 'sig/types.rbs', line 882 def client_token @client_token end |
#cloud_watch_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_log_group_arn.
885 886 887 |
# File 'sig/types.rbs', line 885 def cloud_watch_log_group_arn @cloud_watch_log_group_arn end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
891 892 893 |
# File 'sig/types.rbs', line 891 def end_time @end_time end |
#error_count ⇒ ::Integer
Returns the value of attribute error_count.
884 885 886 |
# File 'sig/types.rbs', line 884 def error_count @error_count end |
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
895 896 897 |
# File 'sig/types.rbs', line 895 def failure_code @failure_code end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
896 897 898 |
# File 'sig/types.rbs', line 896 def @failure_message end |
#import_arn ⇒ ::String
Returns the value of attribute import_arn.
878 879 880 |
# File 'sig/types.rbs', line 878 def import_arn @import_arn end |
#import_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute import_status.
879 880 881 |
# File 'sig/types.rbs', line 879 def import_status @import_status end |
#imported_item_count ⇒ ::Integer
Returns the value of attribute imported_item_count.
894 895 896 |
# File 'sig/types.rbs', line 894 def imported_item_count @imported_item_count end |
#input_compression_type ⇒ "GZIP", ...
Returns the value of attribute input_compression_type.
888 889 890 |
# File 'sig/types.rbs', line 888 def input_compression_type @input_compression_type end |
#input_format ⇒ "DYNAMODB_JSON", ...
Returns the value of attribute input_format.
886 887 888 |
# File 'sig/types.rbs', line 886 def input_format @input_format end |
#input_format_options ⇒ Types::InputFormatOptions
Returns the value of attribute input_format_options.
887 888 889 |
# File 'sig/types.rbs', line 887 def @input_format_options end |
#processed_item_count ⇒ ::Integer
Returns the value of attribute processed_item_count.
893 894 895 |
# File 'sig/types.rbs', line 893 def processed_item_count @processed_item_count end |
#processed_size_bytes ⇒ ::Integer
Returns the value of attribute processed_size_bytes.
892 893 894 |
# File 'sig/types.rbs', line 892 def processed_size_bytes @processed_size_bytes end |
#s3_bucket_source ⇒ Types::S3BucketSource
Returns the value of attribute s3_bucket_source.
883 884 885 |
# File 'sig/types.rbs', line 883 def s3_bucket_source @s3_bucket_source end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
890 891 892 |
# File 'sig/types.rbs', line 890 def start_time @start_time end |
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
880 881 882 |
# File 'sig/types.rbs', line 880 def table_arn @table_arn end |
#table_creation_parameters ⇒ Types::TableCreationParameters
Returns the value of attribute table_creation_parameters.
889 890 891 |
# File 'sig/types.rbs', line 889 def table_creation_parameters @table_creation_parameters end |
#table_id ⇒ ::String
Returns the value of attribute table_id.
881 882 883 |
# File 'sig/types.rbs', line 881 def table_id @table_id end |