Class: Aws::ElastiCache::Types::ModifyServerlessCacheResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::ModifyServerlessCacheResponse
- Includes:
- Structure
- Defined in:
- 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 modify the serverless cache.
Instance Attribute Details
#serverless_cache ⇒ Types::ServerlessCache
The response for the attempt to modify the serverless cache.
6793 6794 6795 6796 6797 |
# File 'lib/aws-sdk-elasticache/types.rb', line 6793 class ModifyServerlessCacheResponse < Struct.new( :serverless_cache) SENSITIVE = [] include Aws::Structure end |