Class: Aws::RDS::Types::CreateBlueGreenDeploymentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::CreateBlueGreenDeploymentResponse
- Defined in:
- gems/aws-sdk-rds/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.
1769 1770 1771 1772 1773 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 1769 class CreateBlueGreenDeploymentResponse < Struct.new( :blue_green_deployment) SENSITIVE = [] include Aws::Structure end |