Class: Aws::ElastiCache::Types::CreateCacheClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CreateCacheClusterResult
- 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.
2070 2071 2072 2073 2074 |
# File 'lib/aws-sdk-elasticache/types.rb', line 2070 class CreateCacheClusterResult < Struct.new( :cache_cluster) SENSITIVE = [] include Aws::Structure end |