Class: Aws::ElastiCache::Types::CacheUsageLimits

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticache/types.rb

Overview

The usage limits for storage and ElastiCache Processing Units for the cache.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_storageTypes::DataStorage

The maximum data storage limit in the cache, expressed in Gigabytes.

Returns:



1382
1383
1384
1385
1386
1387
# File 'lib/aws-sdk-elasticache/types.rb', line 1382

class CacheUsageLimits < Struct.new(
  :data_storage,
  :ecpu_per_second)
  SENSITIVE = []
  include Aws::Structure
end

#ecpu_per_secondTypes::ECPUPerSecond

The configuration for the number of ElastiCache Processing Units (ECPU) the cache can consume per second.



1382
1383
1384
1385
1386
1387
# File 'lib/aws-sdk-elasticache/types.rb', line 1382

class CacheUsageLimits < Struct.new(
  :data_storage,
  :ecpu_per_second)
  SENSITIVE = []
  include Aws::Structure
end