Class: Aws::ElastiCache::Types::CreateCacheParameterGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CreateCacheParameterGroupResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_parameter_group ⇒ Types::CacheParameterGroup
Represents the output of a
CreateCacheParameterGroupoperation.
Instance Attribute Details
#cache_parameter_group ⇒ Types::CacheParameterGroup
Represents the output of a CreateCacheParameterGroup operation.
2200 2201 2202 2203 2204 |
# File 'lib/aws-sdk-elasticache/types.rb', line 2200 class CreateCacheParameterGroupResult < Struct.new( :cache_parameter_group) SENSITIVE = [] include Aws::Structure end |