Class: Aws::RDS::Types::SwitchoverBlueGreenDeploymentResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::SwitchoverBlueGreenDeploymentResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #blue_green_deployment  ⇒ Types::BlueGreenDeployment 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details about a blue/green deployment.
 
Instance Attribute Details
#blue_green_deployment ⇒ Types::BlueGreenDeployment
Details about a blue/green deployment.
For more information, see [Using Amazon RDS Blue/Green Deployments for database updates] in the *Amazon RDS User Guide* and [Using Amazon RDS Blue/Green Deployments for database updates] in the *Amazon Aurora User Guide*.
[1]: docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html [2]: docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/blue-green-deployments.html
      27769 27770 27771 27772 27773  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 27769 class SwitchoverBlueGreenDeploymentResponse < Struct.new( :blue_green_deployment) SENSITIVE = [] include Aws::Structure end  |