Class: Aws::DataZone::Types::EnvironmentDeploymentDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::EnvironmentDeploymentDetails
- Defined in:
- gems/aws-sdk-datazone/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.
7795 7796 7797 7798 7799 7800 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7795 class EnvironmentDeploymentDetails < Struct.new( :overall_deployment_status, :environment_failure_reasons) SENSITIVE = [] include Aws::Structure end |
#overall_deployment_status ⇒ String
The overall deployment status of the environment.
7795 7796 7797 7798 7799 7800 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7795 class EnvironmentDeploymentDetails < Struct.new( :overall_deployment_status, :environment_failure_reasons) SENSITIVE = [] include Aws::Structure end |