Class: Aws::RDS::Types::StopDBInstanceAutomatedBackupsReplicationMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::StopDBInstanceAutomatedBackupsReplicationMessage
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #source_db_instance_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the source DB instance for which to stop replicating automate backups, for example, ‘arn:aws:rds:us-west-2:123456789012:db:mydatabase`. 
Instance Attribute Details
#source_db_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the source DB instance for which to stop replicating automate backups, for example, ‘arn:aws:rds:us-west-2:123456789012:db:mydatabase`.
| 26910 26911 26912 26913 26914 | # File 'lib/aws-sdk-rds/types.rb', line 26910 class StopDBInstanceAutomatedBackupsReplicationMessage < Struct.new( :source_db_instance_arn) SENSITIVE = [] include Aws::Structure end |