Class: Aws::Types::AutoRetryConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#auto_retry_limit::Integer

Returns the value of attribute auto_retry_limit.

Returns:



18
19
20
# File 'sig/types.rbs', line 18

def auto_retry_limit
  @auto_retry_limit
end

#auto_retry_number::Integer

Returns the value of attribute auto_retry_number.

Returns:



19
20
21
# File 'sig/types.rbs', line 19

def auto_retry_number
  @auto_retry_number
end

#next_auto_retry::String

Returns the value of attribute next_auto_retry.

Returns:



20
21
22
# File 'sig/types.rbs', line 20

def next_auto_retry
  @next_auto_retry
end

#previous_auto_retry::String

Returns the value of attribute previous_auto_retry.

Returns:



21
22
23
# File 'sig/types.rbs', line 21

def previous_auto_retry
  @previous_auto_retry
end