Class: Aws::Synthetics::Types::RetryConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::RetryConfigOutput
- 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
-
#max_retries ⇒ Integer
The maximum number of retries.
Instance Attribute Details
#max_retries ⇒ Integer
The maximum number of retries. The value must be less than or equal to 2.
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 |