Class: Aws::Types::HttpRetryPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#http_retry_events::Array[::String]

Returns the value of attribute http_retry_events.

Returns:



666
667
668
# File 'sig/types.rbs', line 666

def http_retry_events
  @http_retry_events
end

#max_retries::Integer

Returns the value of attribute max_retries.

Returns:



667
668
669
# File 'sig/types.rbs', line 667

def max_retries
  @max_retries
end

#per_retry_timeoutTypes::Duration

Returns the value of attribute per_retry_timeout.

Returns:



668
669
670
# File 'sig/types.rbs', line 668

def per_retry_timeout
  @per_retry_timeout
end

#tcp_retry_events::Array[("connection-error")]

Returns the value of attribute tcp_retry_events.

Returns:



669
670
671
# File 'sig/types.rbs', line 669

def tcp_retry_events
  @tcp_retry_events
end