Class: Aws::Synthetics::Types::RetryConfigOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-synthetics/types.rb

Overview

This structure contains information about the canary’s retry configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_retriesInteger

The maximum number of retries. The value must be less than or equal to 2.

Returns:

  • (Integer)


1737
1738
1739
1740
1741
# File 'lib/aws-sdk-synthetics/types.rb', line 1737

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