Class: Aws::Types::RetryPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_attempts ⇒ ::Integer

Returns the value of attribute max_attempts.

Returns:

  • (::Integer)


488
489
490
# File 'sig/types.rbs', line 488

def max_attempts
  @max_attempts
end

#max_failed_attempts_per_hour ⇒ ::Integer

Returns the value of attribute max_failed_attempts_per_hour.

Returns:

  • (::Integer)


489
490
491
# File 'sig/types.rbs', line 489

def max_failed_attempts_per_hour
  @max_failed_attempts_per_hour
end