Class: Aws::CloudWatchEvents::Types::BatchRetryStrategy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb

Overview

The retry strategy to use for failed jobs, if the target is an Batch job. If you specify a retry strategy here, it overrides the retry strategy defined in the job definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attemptsInteger

The number of times to attempt to retry, if the job fails. Valid values are 1–10.

Returns:

  • (Integer)


232
233
234
235
236
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 232

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