Class: Aws::DynamoDB::Types::UpdateContinuousBackupsOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DynamoDB::Types::UpdateContinuousBackupsOutput
 
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #continuous_backups_description  ⇒ Types::ContinuousBackupsDescription 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Represents the continuous backups and point in time recovery settings on the table. 
Instance Attribute Details
#continuous_backups_description ⇒ Types::ContinuousBackupsDescription
Represents the continuous backups and point in time recovery settings on the table.
| 10012 10013 10014 10015 10016 | # File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10012 class UpdateContinuousBackupsOutput < Struct.new( :continuous_backups_description) SENSITIVE = [] include Aws::Structure end |