Class: Aws::DAX::Types::CreateParameterGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::CreateParameterGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dax/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameter_group ⇒ Types::ParameterGroup
Represents the output of a CreateParameterGroup action.
Instance Attribute Details
#parameter_group ⇒ Types::ParameterGroup
Represents the output of a CreateParameterGroup action.
334 335 336 337 338 |
# File 'lib/aws-sdk-dax/types.rb', line 334 class CreateParameterGroupResponse < Struct.new( :parameter_group) SENSITIVE = [] include Aws::Structure end |