Class: Aws::DAX::Types::UpdateParameterGroupResponse

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

The parameter group that has been modified.



1644
1645
1646
1647
1648
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1644

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