Class: Aws::Proton::Types::DeleteDeploymentOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::DeleteDeploymentOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #deployment  ⇒ Types::Deployment 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The detailed data of the deployment being deleted.
 
Instance Attribute Details
#deployment ⇒ Types::Deployment
The detailed data of the deployment being deleted.
      1494 1495 1496 1497 1498  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 1494 class DeleteDeploymentOutput < Struct.new( :deployment) SENSITIVE = [] include Aws::Structure end  |