Class: Aws::ElastiCache::Types::DataStorage

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

Overview

The data storage limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#maximumInteger

The upper limit for data storage the cache is set to use.

Returns:

  • (Integer)


3197
3198
3199
3200
3201
3202
3203
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3197

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

#minimumInteger

The lower limit for data storage the cache is set to use.

Returns:

  • (Integer)


3197
3198
3199
3200
3201
3202
3203
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3197

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

#unitString

The unit that the storage is measured in, in GB.

Returns:

  • (String)


3197
3198
3199
3200
3201
3202
3203
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3197

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