Class: Aws::Types::ExportTableToPointInTimeInput
- Inherits:
-
Object
- Object
- Aws::Types::ExportTableToPointInTimeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#export_format ⇒ "DYNAMODB_JSON", "ION"
Returns the value of attribute export_format.
-
#export_time ⇒ ::Time
Returns the value of attribute export_time.
-
#export_type ⇒ "FULL_EXPORT", "INCREMENTAL_EXPORT"
Returns the value of attribute export_type.
-
#incremental_export_specification ⇒ Types::IncrementalExportSpecification
Returns the value of attribute incremental_export_specification.
-
#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.
-
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
693 694 695 |
# File 'sig/types.rbs', line 693 def client_token @client_token end |
#export_format ⇒ "DYNAMODB_JSON", "ION"
Returns the value of attribute export_format.
699 700 701 |
# File 'sig/types.rbs', line 699 def export_format @export_format end |
#export_time ⇒ ::Time
Returns the value of attribute export_time.
692 693 694 |
# File 'sig/types.rbs', line 692 def export_time @export_time end |
#export_type ⇒ "FULL_EXPORT", "INCREMENTAL_EXPORT"
Returns the value of attribute export_type.
700 701 702 |
# File 'sig/types.rbs', line 700 def export_type @export_type end |
#incremental_export_specification ⇒ Types::IncrementalExportSpecification
Returns the value of attribute incremental_export_specification.
701 702 703 |
# File 'sig/types.rbs', line 701 def incremental_export_specification @incremental_export_specification end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
694 695 696 |
# File 'sig/types.rbs', line 694 def s3_bucket @s3_bucket end |
#s3_bucket_owner ⇒ ::String
Returns the value of attribute s3_bucket_owner.
695 696 697 |
# File 'sig/types.rbs', line 695 def s3_bucket_owner @s3_bucket_owner end |
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
696 697 698 |
# File 'sig/types.rbs', line 696 def s3_prefix @s3_prefix end |
#s3_sse_algorithm ⇒ "AES256", "KMS"
Returns the value of attribute s3_sse_algorithm.
697 698 699 |
# File 'sig/types.rbs', line 697 def s3_sse_algorithm @s3_sse_algorithm end |
#s3_sse_kms_key_id ⇒ ::String
Returns the value of attribute s3_sse_kms_key_id.
698 699 700 |
# File 'sig/types.rbs', line 698 def s3_sse_kms_key_id @s3_sse_kms_key_id end |
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
691 692 693 |
# File 'sig/types.rbs', line 691 def table_arn @table_arn end |