Class: Aws::Types::DescribeBlueGreenDeploymentsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blue_green_deployments::Array[Types::BlueGreenDeployment]

Returns the value of attribute blue_green_deployments.

Returns:



1953
1954
1955
# File 'sig/types.rbs', line 1953

def blue_green_deployments
  @blue_green_deployments
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1954
1955
1956
# File 'sig/types.rbs', line 1954

def marker
  @marker
end