Class: Aws::RDS::Types::DeleteDBClusterAutomatedBackupMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DeleteDBClusterAutomatedBackupMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier for the source DB cluster, which can’t be changed and which is unique to an Amazon Web Services Region.
 
Instance Attribute Details
#db_cluster_resource_id ⇒ String
The identifier for the source DB cluster, which can’t be changed and which is unique to an Amazon Web Services Region.
      11508 11509 11510 11511 11512  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 11508 class DeleteDBClusterAutomatedBackupMessage < Struct.new( :db_cluster_resource_id) SENSITIVE = [] include Aws::Structure end  |