Class: Aws::DynamoDB::Types::BackupDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::BackupDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Contains the description of the backup created for the table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_details ⇒ Types::BackupDetails
Contains the details of the backup created for the table.
-
#source_table_details ⇒ Types::SourceTableDetails
Contains the details of the table when the backup was created.
-
#source_table_feature_details ⇒ Types::SourceTableFeatureDetails
Contains the details of the features enabled on the table when the backup was created.
Instance Attribute Details
#backup_details ⇒ Types::BackupDetails
Contains the details of the backup created for the table.
511 512 513 514 515 516 517 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 511 class BackupDescription < Struct.new( :backup_details, :source_table_details, :source_table_feature_details) SENSITIVE = [] include Aws::Structure end |
#source_table_details ⇒ Types::SourceTableDetails
Contains the details of the table when the backup was created.
511 512 513 514 515 516 517 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 511 class BackupDescription < Struct.new( :backup_details, :source_table_details, :source_table_feature_details) SENSITIVE = [] include Aws::Structure end |
#source_table_feature_details ⇒ Types::SourceTableFeatureDetails
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
511 512 513 514 515 516 517 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 511 class BackupDescription < Struct.new( :backup_details, :source_table_details, :source_table_feature_details) SENSITIVE = [] include Aws::Structure end |