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.
1700 1701 1702 1703 1704 |
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1700 class UpdateParameterGroupResponse < Struct.new( :parameter_group) SENSITIVE = [] include Aws::Structure end |