Class: Aws::ElastiCache::Types::CreateCacheParameterGroupResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticache/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#cache_parameter_groupTypes::CacheParameterGroup

Represents the output of a ‘CreateCacheParameterGroup` operation.



1538
1539
1540
1541
# File 'lib/aws-sdk-elasticache/types.rb', line 1538

class CreateCacheParameterGroupResult < Struct.new(
  :cache_parameter_group)
  include Aws::Structure
end