Class: Aws::Types::EnvironmentDeploymentDetails
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentDeploymentDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_failure_reasons ⇒ ::Hash[::String, ::Array[Types::EnvironmentError]]
Returns the value of attribute environment_failure_reasons.
-
#overall_deployment_status ⇒ "PENDING_DEPLOYMENT", ...
Returns the value of attribute overall_deployment_status.
Instance Attribute Details
#environment_failure_reasons ⇒ ::Hash[::String, ::Array[Types::EnvironmentError]]
Returns the value of attribute environment_failure_reasons.
2318 2319 2320 |
# File 'sig/types.rbs', line 2318 def environment_failure_reasons @environment_failure_reasons end |
#overall_deployment_status ⇒ "PENDING_DEPLOYMENT", ...
Returns the value of attribute overall_deployment_status.
2317 2318 2319 |
# File 'sig/types.rbs', line 2317 def overall_deployment_status @overall_deployment_status end |