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

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:



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

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