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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#parameter_groupTypes::ParameterGroup

Represents the output of a CreateParameterGroup action.



334
335
336
337
338
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 334

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