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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_parameter_groupTypes::CacheParameterGroup

Represents the output of a ‘CreateCacheParameterGroup` operation.



2120
2121
2122
2123
2124
# File 'lib/aws-sdk-elasticache/types.rb', line 2120

class CreateCacheParameterGroupResult < Struct.new(
  :cache_parameter_group)
  SENSITIVE = []
  include Aws::Structure
end