Class: Aws::ElastiCache::Types::ModifyCacheClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::ModifyCacheClusterResult
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_cluster ⇒ Types::CacheCluster
Contains all of the attributes of a specific cluster.
Instance Attribute Details
#cache_cluster ⇒ Types::CacheCluster
Contains all of the attributes of a specific cluster.
6152 6153 6154 6155 6156 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6152 class ModifyCacheClusterResult < Struct.new( :cache_cluster) SENSITIVE = [] include Aws::Structure end |