Class: Aws::Imagebuilder::Types::GetLifecyclePolicyResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Imagebuilder::Types::GetLifecyclePolicyResponse
 
 
- Defined in:
 - gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #lifecycle_policy  ⇒ Types::LifecyclePolicy 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the image lifecycle policy resource that was returned.
 
Instance Attribute Details
#lifecycle_policy ⇒ Types::LifecyclePolicy
The ARN of the image lifecycle policy resource that was returned.
      3113 3114 3115 3116 3117  | 
    
      # File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3113 class GetLifecyclePolicyResponse < Struct.new( :lifecycle_policy) SENSITIVE = [] include Aws::Structure end  |