Class: Aws::Imagebuilder::Types::ResourceState
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Imagebuilder::Types::ResourceState
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
The current state of an impacted resource.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Shows the current lifecycle policy action that was applied to an impacted resource. 
Instance Attribute Details
#status ⇒ String
Shows the current lifecycle policy action that was applied to an impacted resource.
| 7037 7038 7039 7040 7041 | # File 'lib/aws-sdk-imagebuilder/types.rb', line 7037 class ResourceState < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |