Class: Aws::DAX::Types::DescribeParameterGroupsResponse

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

#next_tokenString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


693
694
695
696
697
698
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 693

class DescribeParameterGroupsResponse < Struct.new(
  :next_token,
  :parameter_groups)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_groupsArray<Types::ParameterGroup>

An array of parameter groups. Each element in the array represents one parameter group.

Returns:



693
694
695
696
697
698
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 693

class DescribeParameterGroupsResponse < Struct.new(
  :next_token,
  :parameter_groups)
  SENSITIVE = []
  include Aws::Structure
end