Class: Aws::Types::DescribeCacheOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCacheOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_allocated_in_bytes ⇒ ::Integer
Returns the value of attribute cache_allocated_in_bytes.
-
#cache_dirty_percentage ⇒ ::Float
Returns the value of attribute cache_dirty_percentage.
-
#cache_hit_percentage ⇒ ::Float
Returns the value of attribute cache_hit_percentage.
-
#cache_miss_percentage ⇒ ::Float
Returns the value of attribute cache_miss_percentage.
-
#cache_used_percentage ⇒ ::Float
Returns the value of attribute cache_used_percentage.
-
#disk_ids ⇒ ::Array[::String]
Returns the value of attribute disk_ids.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
Instance Attribute Details
#cache_allocated_in_bytes ⇒ ::Integer
Returns the value of attribute cache_allocated_in_bytes.
571 572 573 |
# File 'sig/types.rbs', line 571 def cache_allocated_in_bytes @cache_allocated_in_bytes end |
#cache_dirty_percentage ⇒ ::Float
Returns the value of attribute cache_dirty_percentage.
573 574 575 |
# File 'sig/types.rbs', line 573 def cache_dirty_percentage @cache_dirty_percentage end |
#cache_hit_percentage ⇒ ::Float
Returns the value of attribute cache_hit_percentage.
574 575 576 |
# File 'sig/types.rbs', line 574 def cache_hit_percentage @cache_hit_percentage end |
#cache_miss_percentage ⇒ ::Float
Returns the value of attribute cache_miss_percentage.
575 576 577 |
# File 'sig/types.rbs', line 575 def cache_miss_percentage @cache_miss_percentage end |
#cache_used_percentage ⇒ ::Float
Returns the value of attribute cache_used_percentage.
572 573 574 |
# File 'sig/types.rbs', line 572 def cache_used_percentage @cache_used_percentage end |
#disk_ids ⇒ ::Array[::String]
Returns the value of attribute disk_ids.
570 571 572 |
# File 'sig/types.rbs', line 570 def disk_ids @disk_ids end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
569 570 571 |
# File 'sig/types.rbs', line 569 def gateway_arn @gateway_arn end |