Class: Aws::ElastiCache::Types::CreateCacheParameterGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CreateCacheParameterGroupResult
- Defined in:
- gems/aws-sdk-elasticache/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.
2122 2123 2124 2125 2126 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2122 class CreateCacheParameterGroupResult < Struct.new( :cache_parameter_group) SENSITIVE = [] include Aws::Structure end |