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)


198
199
200
201
202
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 198

class AutoDisablePolicy < Struct.new(
  :failure_count)
  SENSITIVE = []
  include Aws::Structure
end