Class: Aws::RDS::Types::DescribeBlueGreenDeploymentsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DescribeBlueGreenDeploymentsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #blue_green_deployments  ⇒ Array<Types::BlueGreenDeployment> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of blue/green deployments in the current account and Amazon Web Services Region.
 - 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A pagination token that can be used in a later ‘DescribeBlueGreenDeployments` request.
 
Instance Attribute Details
#blue_green_deployments ⇒ Array<Types::BlueGreenDeployment>
A list of blue/green deployments in the current account and Amazon Web Services Region.
      12234 12235 12236 12237 12238 12239  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 12234 class DescribeBlueGreenDeploymentsResponse < Struct.new( :blue_green_deployments, :marker) SENSITIVE = [] include Aws::Structure end  | 
  
#marker ⇒ String
A pagination token that can be used in a later ‘DescribeBlueGreenDeployments` request.
      12234 12235 12236 12237 12238 12239  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 12234 class DescribeBlueGreenDeploymentsResponse < Struct.new( :blue_green_deployments, :marker) SENSITIVE = [] include Aws::Structure end  |