Class: Aws::ElastiCache::Types::ModifyCacheClusterResult

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

#cache_clusterTypes::CacheCluster

Contains all of the attributes of a specific cluster.

Returns:



6152
6153
6154
6155
6156
# File 'lib/aws-sdk-elasticache/types.rb', line 6152

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