Class: Aws::ElastiCache::Types::CreateServerlessCacheResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#serverless_cacheTypes::ServerlessCache

The response for the attempt to create the serverless cache.



2981
2982
2983
2984
2985
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2981

class CreateServerlessCacheResponse < Struct.new(
  :serverless_cache)
  SENSITIVE = []
  include Aws::Structure
end