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 ‘CreateCacheParameterGroup` operation.
Instance Attribute Details
#cache_parameter_group ⇒ Types::CacheParameterGroup
Represents the output of a ‘CreateCacheParameterGroup` operation.
2118 2119 2120 2121 2122 |
# File 'lib/aws-sdk-elasticache/types.rb', line 2118 class CreateCacheParameterGroupResult < Struct.new( :cache_parameter_group) SENSITIVE = [] include Aws::Structure end |