Method: Aws::EndpointCache#max_threads

Defined in:
lib/aws-sdk-core/endpoint_cache.rb

#max_threadsInteger (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns Max count of polling threads.

Returns:

  • (Integer)

    Max count of polling threads



25
26
27
# File 'lib/aws-sdk-core/endpoint_cache.rb', line 25

def max_threads
  @max_threads
end