Class: Aws::Proton::Types::DeleteEnvironmentOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::DeleteEnvironmentOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #environment  ⇒ Types::Environment 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The detailed data of the environment being deleted.
 
Instance Attribute Details
#environment ⇒ Types::Environment
The detailed data of the environment being deleted.
      1543 1544 1545 1546 1547  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 1543 class DeleteEnvironmentOutput < Struct.new( :environment) SENSITIVE = [] include Aws::Structure end  |