Class: Aws::ElastiCache::Types::RebootCacheClusterResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticache/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#cache_clusterTypes::CacheCluster

Contains all of the attributes of a specific cluster.

Returns:



4826
4827
4828
4829
# File 'lib/aws-sdk-elasticache/types.rb', line 4826

class RebootCacheClusterResult < Struct.new(
  :cache_cluster)
  include Aws::Structure
end