class Aws::S3::BucketRegionCache
def to_hash
-
(Hash)
- Returns a hash of cached bucket names and region names.
def to_hash @mutex.synchronize do @regions.dup end end
(Hash)
- Returns a hash of cached bucket names and region names.
def to_hash @mutex.synchronize do @regions.dup end end