You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DynamoDB::Types::BackupDescription
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DynamoDB::Types::BackupDescription
 
- Defined in:
- (unknown)
Overview
Contains the description of the backup created for the table.
Returned by:
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.
#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. For example, LSIs, GSIs, streams, TTL.