Class: Aws::DataZone::Types::EnvironmentDeploymentDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::EnvironmentDeploymentDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The environment deployment details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_failure_reasons ⇒ Hash<String,Array<Types::EnvironmentError>>
Environment failure reasons.
-
#overall_deployment_status ⇒ String
The overall deployment status of the environment.
Instance Attribute Details
#environment_failure_reasons ⇒ Hash<String,Array<Types::EnvironmentError>>
Environment failure reasons.
6733 6734 6735 6736 6737 6738 |
# File 'lib/aws-sdk-datazone/types.rb', line 6733 class EnvironmentDeploymentDetails < Struct.new( :environment_failure_reasons, :overall_deployment_status) SENSITIVE = [] include Aws::Structure end |
#overall_deployment_status ⇒ String
The overall deployment status of the environment.
6733 6734 6735 6736 6737 6738 |
# File 'lib/aws-sdk-datazone/types.rb', line 6733 class EnvironmentDeploymentDetails < Struct.new( :environment_failure_reasons, :overall_deployment_status) SENSITIVE = [] include Aws::Structure end |