Module: Aws::StorageGateway::Client::_DescribeCacheResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeCacheOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cache_allocated_in_bytes ⇒ ::Integer
- #cache_dirty_percentage ⇒ ::Float
- #cache_hit_percentage ⇒ ::Float
- #cache_miss_percentage ⇒ ::Float
- #cache_used_percentage ⇒ ::Float
- #disk_ids ⇒ ::Array[::String]
- #gateway_arn ⇒ ::String
Instance Method Details
#cache_allocated_in_bytes ⇒ ::Integer
633 |
# File 'sig/client.rbs', line 633
def cache_allocated_in_bytes: () -> ::Integer
|
#cache_dirty_percentage ⇒ ::Float
635 |
# File 'sig/client.rbs', line 635
def cache_dirty_percentage: () -> ::Float
|
#cache_hit_percentage ⇒ ::Float
636 |
# File 'sig/client.rbs', line 636
def cache_hit_percentage: () -> ::Float
|
#cache_miss_percentage ⇒ ::Float
637 |
# File 'sig/client.rbs', line 637
def cache_miss_percentage: () -> ::Float
|
#cache_used_percentage ⇒ ::Float
634 |
# File 'sig/client.rbs', line 634
def cache_used_percentage: () -> ::Float
|
#disk_ids ⇒ ::Array[::String]
632 |
# File 'sig/client.rbs', line 632
def disk_ids: () -> ::Array[::String]
|
#gateway_arn ⇒ ::String
631 |
# File 'sig/client.rbs', line 631
def gateway_arn: () -> ::String
|