Class: Aws::ElastiCache::Types::RebootCacheClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::RebootCacheClusterResult
- Includes:
- Structure
- Defined in:
- 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.
7512 7513 7514 7515 7516 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7512 class RebootCacheClusterResult < Struct.new( :cache_cluster) SENSITIVE = [] include Aws::Structure end |