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

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

#cache_cluster ⇒ Types::CacheCluster

Contains all of the attributes of a specific cluster.

Returns:



3412
3413
3414
3415
3416
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3412

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