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)


1945
1946
1947
# File 'sig/types.rbs', line 1945

def current_attempt
  @current_attempt
end

#next_attempt_delay_seconds::Integer

Returns the value of attribute next_attempt_delay_seconds.

Returns:

  • (::Integer)


1946
1947
1948
# File 'sig/types.rbs', line 1946

def next_attempt_delay_seconds
  @next_attempt_delay_seconds
end