Class: Aws::ElastiCache::Types::CreateCacheClusterResult

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:



2072
2073
2074
2075
2076
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2072

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