Class: Aws::DAX::Types::CreateParameterGroupResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#parameter_groupTypes::ParameterGroup

Represents the output of a CreateParameterGroup action.



321
322
323
324
# File 'lib/aws-sdk-dax/types.rb', line 321

class CreateParameterGroupResponse < Struct.new(
  :parameter_group)
  include Aws::Structure
end