Class: Aws::Types::DescribeBlueGreenDeploymentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBlueGreenDeploymentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blue_green_deployment_identifier ⇒ ::String
Returns the value of attribute blue_green_deployment_identifier.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#blue_green_deployment_identifier ⇒ ::String
Returns the value of attribute blue_green_deployment_identifier.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def blue_green_deployment_identifier @blue_green_deployment_identifier end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def max_records @max_records end |