Class: Aws::RDS::Types::DBClusterAutomatedBackupMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DBClusterAutomatedBackupMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_automated_backups  ⇒ Array<Types::DBClusterAutomatedBackup> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of ‘DBClusterAutomatedBackup` backups.
 - 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The pagination token provided in the previous request.
 
Instance Attribute Details
#db_cluster_automated_backups ⇒ Array<Types::DBClusterAutomatedBackup>
A list of ‘DBClusterAutomatedBackup` backups.
      7641 7642 7643 7644 7645 7646  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 7641 class DBClusterAutomatedBackupMessage < Struct.new( :marker, :db_cluster_automated_backups) SENSITIVE = [] include Aws::Structure end  | 
  
#marker ⇒ String
The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to ‘MaxRecords`.
      7641 7642 7643 7644 7645 7646  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 7641 class DBClusterAutomatedBackupMessage < Struct.new( :marker, :db_cluster_automated_backups) SENSITIVE = [] include Aws::Structure end  |