Class: Aws::RDS::Types::SwitchoverReadReplicaMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::SwitchoverReadReplicaMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_instance_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The DB instance identifier of the current standby database.
 
Instance Attribute Details
#db_instance_identifier ⇒ String
The DB instance identifier of the current standby database. This value is stored as a lowercase string.
Constraints:
- 
Must match the identiļ¬er of an existing Oracle read replica DB instance.
 
^
      27882 27883 27884 27885 27886  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 27882 class SwitchoverReadReplicaMessage < Struct.new( :db_instance_identifier) SENSITIVE = [] include Aws::Structure end  |