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

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_clusterTypes::CacheCluster

Contains all of the attributes of a specific cluster.

Returns:



6139
6140
6141
6142
6143
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6139

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