Class: Aws::Types::DescribeBlueGreenDeploymentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBlueGreenDeploymentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blue_green_deployments ⇒ ::Array[Types::BlueGreenDeployment]
Returns the value of attribute blue_green_deployments.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#blue_green_deployments ⇒ ::Array[Types::BlueGreenDeployment]
Returns the value of attribute blue_green_deployments.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 def blue_green_deployments @blue_green_deployments end |
#marker ⇒ ::String
Returns the value of attribute marker.
1953 1954 1955 |
# File 'sig/types.rbs', line 1953 def marker @marker end |