Class: Aws::Imagebuilder::Types::AutoDisablePolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::AutoDisablePolicy
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Defines the rules by which an image pipeline is automatically disabled when it fails.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failure_count ⇒ Integer
The number of consecutive scheduled image pipeline executions that must fail before Image Builder automatically disables the pipeline.
Instance Attribute Details
#failure_count ⇒ Integer
The number of consecutive scheduled image pipeline executions that must fail before Image Builder automatically disables the pipeline.
185 186 187 188 189 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 185 class AutoDisablePolicy < Struct.new( :failure_count) SENSITIVE = [] include Aws::Structure end |