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_cache ⇒ Types::ServerlessCache

The response for the attempt to create the serverless cache.



3010
3011
3012
3013
3014
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3010

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