Class: Aws::Types::RetryDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_attempt::Integer

Returns the value of attribute current_attempt.

Returns:

  • (::Integer)


1915
1916
1917
# File 'sig/types.rbs', line 1915

def current_attempt
  @current_attempt
end

#next_attempt_delay_seconds::Integer

Returns the value of attribute next_attempt_delay_seconds.

Returns:

  • (::Integer)


1916
1917
1918
# File 'sig/types.rbs', line 1916

def next_attempt_delay_seconds
  @next_attempt_delay_seconds
end