Class: Aws::Imagebuilder::Types::CancelLifecycleExecutionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Imagebuilder::Types::CancelLifecycleExecutionResponse
 
 
- Defined in:
 - gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #lifecycle_execution_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the image lifecycle runtime instance that was canceled.
 
Instance Attribute Details
#lifecycle_execution_id ⇒ String
The unique identifier for the image lifecycle runtime instance that was canceled.
      288 289 290 291 292  | 
    
      # File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 288 class CancelLifecycleExecutionResponse < Struct.new( :lifecycle_execution_id) SENSITIVE = [] include Aws::Structure end  |