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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/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)


4966
4967
4968
4969
4970
4971
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4966

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)


4966
4967
4968
4969
4970
4971
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4966

class ECPUPerSecond < Struct.new(
  :maximum,
  :minimum)
  SENSITIVE = []
  include Aws::Structure
end