Class: Aws::ElastiCache::Types::DeleteCacheClusterResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticache/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#cache_clusterTypes::CacheCluster

Contains all of the attributes of a specific cluster.

Returns:



2319
2320
2321
2322
# File 'lib/aws-sdk-elasticache/types.rb', line 2319

class DeleteCacheClusterResult < Struct.new(
  :cache_cluster)
  include Aws::Structure
end