Class: Aws::Types::RetryStrategy

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attempts::Integer

Returns the value of attribute attempts.

Returns:

  • (::Integer)


1356
1357
1358
# File 'sig/types.rbs', line 1356

def attempts
  @attempts
end

#evaluate_on_exit::Array[Types::EvaluateOnExit]

Returns the value of attribute evaluate_on_exit.

Returns:



1357
1358
1359
# File 'sig/types.rbs', line 1357

def evaluate_on_exit
  @evaluate_on_exit
end