Class: Aws::ElastiCache::Types::DeleteServerlessCacheResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::DeleteServerlessCacheResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#serverless_cache ⇒ Types::ServerlessCache
Provides the details of the specified serverless cache that is about to be deleted.
Instance Attribute Details
#serverless_cache ⇒ Types::ServerlessCache
Provides the details of the specified serverless cache that is about to be deleted.
3547 3548 3549 3550 3551 |
# File 'lib/aws-sdk-elasticache/types.rb', line 3547 class DeleteServerlessCacheResponse < Struct.new( :serverless_cache) SENSITIVE = [] include Aws::Structure end |