Class: Aws::ElastiCache::Types::ECPUPerSecond

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#maximumInteger

The configuration for the maximum number of ECPUs the cache can consume per second.

Returns:

  • (Integer)


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

#minimumInteger

The configuration for the minimum number of ECPUs the cache should be able consume per second.

Returns:

  • (Integer)


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