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

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_cacheTypes::ServerlessCache

The response for the attempt to modify the serverless cache.



6815
6816
6817
6818
6819
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6815

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