Class: Aws::Proton::Types::CancelComponentDeploymentOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::CancelComponentDeploymentOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #component  ⇒ Types::Component 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The detailed data of the component with the deployment that is being canceled.
 
Instance Attribute Details
#component ⇒ Types::Component
The detailed data of the component with the deployment that is being canceled.
      103 104 105 106 107  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 103 class CancelComponentDeploymentOutput < Struct.new( :component) SENSITIVE = [] include Aws::Structure end  |