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.
      7484 7485 7486 7487 7488 7489  | 
    
      # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7484 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.
      7484 7485 7486 7487 7488 7489  | 
    
      # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7484 class EnvironmentDeploymentDetails < Struct.new( :environment_failure_reasons, :overall_deployment_status) SENSITIVE = [] include Aws::Structure end  |