Class: Aws::ElastiCache::Types::ModifyServerlessCacheResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 modify the serverless cache.



6752
6753
6754
6755
6756
# File 'lib/aws-sdk-elasticache/types.rb', line 6752

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