Class: Aws::RDS::Types::DeleteDBInstanceAutomatedBackupMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::DeleteDBInstanceAutomatedBackupMessage
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Parameter input for the ‘DeleteDBInstanceAutomatedBackup` operation.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #db_instance_automated_backups_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the automated backups to delete, for example, ‘arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE`. 
- 
  
    
      #dbi_resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier for the source DB instance, which can’t be changed and which is unique to an Amazon Web Services Region. 
Instance Attribute Details
#db_instance_automated_backups_arn ⇒ String
The Amazon Resource Name (ARN) of the automated backups to delete, for example, ‘arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE`.
This setting doesn’t apply to RDS Custom.
| 11390 11391 11392 11393 11394 11395 | # File 'lib/aws-sdk-rds/types.rb', line 11390 class DeleteDBInstanceAutomatedBackupMessage < Struct.new( :dbi_resource_id, :db_instance_automated_backups_arn) SENSITIVE = [] include Aws::Structure end | 
#dbi_resource_id ⇒ String
The identifier for the source DB instance, which can’t be changed and which is unique to an Amazon Web Services Region.
| 11390 11391 11392 11393 11394 11395 | # File 'lib/aws-sdk-rds/types.rb', line 11390 class DeleteDBInstanceAutomatedBackupMessage < Struct.new( :dbi_resource_id, :db_instance_automated_backups_arn) SENSITIVE = [] include Aws::Structure end |