Class: Aws::Types::GrpcRetryPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#grpc_retry_events::Array[("cancelled" | "deadline-exceeded" | "internal" | "resource-exhausted" | "unavailable")]

Returns the value of attribute grpc_retry_events.

Returns:

  • (::Array[("cancelled" | "deadline-exceeded" | "internal" | "resource-exhausted" | "unavailable")])


506
507
508
# File 'sig/types.rbs', line 506

def grpc_retry_events
  @grpc_retry_events
end

#http_retry_events::Array[::String]

Returns the value of attribute http_retry_events.

Returns:

  • (::Array[::String])


507
508
509
# File 'sig/types.rbs', line 507

def http_retry_events
  @http_retry_events
end

#max_retries::Integer

Returns the value of attribute max_retries.

Returns:

  • (::Integer)


508
509
510
# File 'sig/types.rbs', line 508

def max_retries
  @max_retries
end

#per_retry_timeoutTypes::Duration

Returns the value of attribute per_retry_timeout.

Returns:



509
510
511
# File 'sig/types.rbs', line 509

def per_retry_timeout
  @per_retry_timeout
end

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

Returns the value of attribute tcp_retry_events.

Returns:

  • (::Array[("connection-error")])


510
511
512
# File 'sig/types.rbs', line 510

def tcp_retry_events
  @tcp_retry_events
end