Class: Aws::Types::ExportDescription
- Inherits:
-
Object
- Object
- Aws::Types::ExportDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billed_size_bytes ⇒ ::Integer
Returns the value of attribute billed_size_bytes.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#export_arn ⇒ ::String
Returns the value of attribute export_arn.
-
#export_format ⇒ "DYNAMODB_JSON", "ION"
Returns the value of attribute export_format.
-
#export_manifest ⇒ ::String
Returns the value of attribute export_manifest.
-
#export_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute export_status.
-
#export_time ⇒ ::Time
Returns the value of attribute export_time.
-
#export_type ⇒ "FULL_EXPORT", "INCREMENTAL_EXPORT"
Returns the value of attribute export_type.
-
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#incremental_export_specification ⇒ Types::IncrementalExportSpecification
Returns the value of attribute incremental_export_specification.
-
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_bucket_owner ⇒ ::String
Returns the value of attribute s3_bucket_owner.
-
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
-
#s3_sse_algorithm ⇒ "AES256", "KMS"
Returns the value of attribute s3_sse_algorithm.
-
#s3_sse_kms_key_id ⇒ ::String
Returns the value of attribute s3_sse_kms_key_id.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
-
#table_id ⇒ ::String
Returns the value of attribute table_id.
Instance Attribute Details
#billed_size_bytes ⇒ ::Integer
Returns the value of attribute billed_size_bytes.
671 672 673 |
# File 'sig/types.rbs', line 671 def billed_size_bytes @billed_size_bytes end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
662 663 664 |
# File 'sig/types.rbs', line 662 def client_token @client_token end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
657 658 659 |
# File 'sig/types.rbs', line 657 def end_time @end_time end |
#export_arn ⇒ ::String
Returns the value of attribute export_arn.
654 655 656 |
# File 'sig/types.rbs', line 654 def export_arn @export_arn end |
#export_format ⇒ "DYNAMODB_JSON", "ION"
Returns the value of attribute export_format.
670 671 672 |
# File 'sig/types.rbs', line 670 def export_format @export_format end |
#export_manifest ⇒ ::String
Returns the value of attribute export_manifest.
658 659 660 |
# File 'sig/types.rbs', line 658 def export_manifest @export_manifest end |
#export_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute export_status.
655 656 657 |
# File 'sig/types.rbs', line 655 def export_status @export_status end |
#export_time ⇒ ::Time
Returns the value of attribute export_time.
661 662 663 |
# File 'sig/types.rbs', line 661 def export_time @export_time end |
#export_type ⇒ "FULL_EXPORT", "INCREMENTAL_EXPORT"
Returns the value of attribute export_type.
673 674 675 |
# File 'sig/types.rbs', line 673 def export_type @export_type end |
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
668 669 670 |
# File 'sig/types.rbs', line 668 def failure_code @failure_code end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
669 670 671 |
# File 'sig/types.rbs', line 669 def @failure_message end |
#incremental_export_specification ⇒ Types::IncrementalExportSpecification
Returns the value of attribute incremental_export_specification.
674 675 676 |
# File 'sig/types.rbs', line 674 def incremental_export_specification @incremental_export_specification end |
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
672 673 674 |
# File 'sig/types.rbs', line 672 def item_count @item_count end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
663 664 665 |
# File 'sig/types.rbs', line 663 def s3_bucket @s3_bucket end |
#s3_bucket_owner ⇒ ::String
Returns the value of attribute s3_bucket_owner.
664 665 666 |
# File 'sig/types.rbs', line 664 def s3_bucket_owner @s3_bucket_owner end |
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
665 666 667 |
# File 'sig/types.rbs', line 665 def s3_prefix @s3_prefix end |
#s3_sse_algorithm ⇒ "AES256", "KMS"
Returns the value of attribute s3_sse_algorithm.
666 667 668 |
# File 'sig/types.rbs', line 666 def s3_sse_algorithm @s3_sse_algorithm end |
#s3_sse_kms_key_id ⇒ ::String
Returns the value of attribute s3_sse_kms_key_id.
667 668 669 |
# File 'sig/types.rbs', line 667 def s3_sse_kms_key_id @s3_sse_kms_key_id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
656 657 658 |
# File 'sig/types.rbs', line 656 def start_time @start_time end |
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
659 660 661 |
# File 'sig/types.rbs', line 659 def table_arn @table_arn end |
#table_id ⇒ ::String
Returns the value of attribute table_id.
660 661 662 |
# File 'sig/types.rbs', line 660 def table_id @table_id end |