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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-synthetics/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)


1821
1822
1823
1824
1825
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1821

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