Class: Aws::RDS::Types::DescribeBlueGreenDeploymentsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blue_green_deploymentsArray<Types::BlueGreenDeployment>

A list of blue/green deployments in the current account and Amazon Web Services Region.

Returns:



11748
11749
11750
11751
11752
11753
# File 'lib/aws-sdk-rds/types.rb', line 11748

class DescribeBlueGreenDeploymentsResponse < Struct.new(
  :blue_green_deployments,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

A pagination token that can be used in a later ‘DescribeBlueGreenDeployments` request.

Returns:

  • (String)


11748
11749
11750
11751
11752
11753
# File 'lib/aws-sdk-rds/types.rb', line 11748

class DescribeBlueGreenDeploymentsResponse < Struct.new(
  :blue_green_deployments,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end