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

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:



7470
7471
7472
7473
7474
# File 'lib/aws-sdk-elasticache/types.rb', line 7470

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