Class: Aws::Imagebuilder::Types::ResourceStateUpdateExclusionRules
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Imagebuilder::Types::ResourceStateUpdateExclusionRules
 
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Additional rules to specify resources that should be exempt from ad-hoc lifecycle actions.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #amis  ⇒ Types::LifecyclePolicyDetailExclusionRulesAmis 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Defines criteria for AMIs that are excluded from lifecycle actions. 
Instance Attribute Details
#amis ⇒ Types::LifecyclePolicyDetailExclusionRulesAmis
Defines criteria for AMIs that are excluded from lifecycle actions.
| 7551 7552 7553 7554 7555 | # File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7551 class ResourceStateUpdateExclusionRules < Struct.new( :amis) SENSITIVE = [] include Aws::Structure end |