Class: Aws::Imagebuilder::Types::ResourceStateUpdateExclusionRules
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ResourceStateUpdateExclusionRules
- Includes:
- Structure
- Defined in:
- 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.
7125 7126 7127 7128 7129 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7125 class ResourceStateUpdateExclusionRules < Struct.new( :amis) SENSITIVE = [] include Aws::Structure end |