Class: Aws::ElastiCache::Types::ECPUPerSecond
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::ECPUPerSecond
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
The configuration for the number of ElastiCache Processing Units (ECPU) the cache can consume per second.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#maximum ⇒ Integer
The configuration for the maximum number of ECPUs the cache can consume per second.
-
#minimum ⇒ Integer
The configuration for the minimum number of ECPUs the cache should be able consume per second.
Instance Attribute Details
#maximum ⇒ Integer
The configuration for the maximum number of ECPUs the cache can consume per second.
4971 4972 4973 4974 4975 4976 |
# File 'lib/aws-sdk-elasticache/types.rb', line 4971 class ECPUPerSecond < Struct.new( :maximum, :minimum) SENSITIVE = [] include Aws::Structure end |
#minimum ⇒ Integer
The configuration for the minimum number of ECPUs the cache should be able consume per second.
4971 4972 4973 4974 4975 4976 |
# File 'lib/aws-sdk-elasticache/types.rb', line 4971 class ECPUPerSecond < Struct.new( :maximum, :minimum) SENSITIVE = [] include Aws::Structure end |