Class: Aws::ElastiCache::Types::ServerlessCacheConfiguration

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

Overview

The configuration settings for a specific serverless cache.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#engineString

The engine that the serverless cache is configured with.

Returns:

  • (String)


8592
8593
8594
8595
8596
8597
8598
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8592

class ServerlessCacheConfiguration < Struct.new(
  :serverless_cache_name,
  :engine,
  :major_engine_version)
  SENSITIVE = []
  include Aws::Structure
end

#major_engine_versionString

The engine version number that the serverless cache is configured with.

Returns:

  • (String)


8592
8593
8594
8595
8596
8597
8598
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8592

class ServerlessCacheConfiguration < Struct.new(
  :serverless_cache_name,
  :engine,
  :major_engine_version)
  SENSITIVE = []
  include Aws::Structure
end

#serverless_cache_nameString

The identifier of a serverless cache.

Returns:

  • (String)


8592
8593
8594
8595
8596
8597
8598
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8592

class ServerlessCacheConfiguration < Struct.new(
  :serverless_cache_name,
  :engine,
  :major_engine_version)
  SENSITIVE = []
  include Aws::Structure
end