Class: Aws::ElastiCache::Types::CreateServerlessCacheResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CreateServerlessCacheResponse
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#serverless_cache ⇒ Types::ServerlessCache
The response for the attempt to create the serverless cache.
Instance Attribute Details
#serverless_cache ⇒ Types::ServerlessCache
The response for the attempt to create the serverless cache.
2993 2994 2995 2996 2997 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2993 class CreateServerlessCacheResponse < Struct.new( :serverless_cache) SENSITIVE = [] include Aws::Structure end |