Class: Aws::Imagebuilder::Types::AutoDisablePolicy

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#failure_countInteger

The number of consecutive scheduled image pipeline executions that must fail before Image Builder automatically disables the pipeline.

Returns:

  • (Integer)


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