Class: Aws::Types::DescribeCacheOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cache_allocated_in_bytes::Integer

Returns the value of attribute cache_allocated_in_bytes.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



569
570
571
# File 'sig/types.rbs', line 569

def gateway_arn
  @gateway_arn
end