Class: Aws::DAX::Types::UpdateParameterGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::UpdateParameterGroupResponse
- Defined in:
- gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameter_group ⇒ Types::ParameterGroup
The parameter group that has been modified.
Instance Attribute Details
#parameter_group ⇒ Types::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 |