Class: Aws::DAX::Types::DescribeParameterGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::DescribeParameterGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dax/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Provides an identifier to allow retrieval of paginated results.
-
#parameter_groups ⇒ Array<Types::ParameterGroup>
An array of parameter groups.
Instance Attribute Details
#next_token ⇒ String
Provides an identifier to allow retrieval of paginated results.
693 694 695 696 697 698 |
# File 'lib/aws-sdk-dax/types.rb', line 693 class DescribeParameterGroupsResponse < Struct.new( :next_token, :parameter_groups) SENSITIVE = [] include Aws::Structure end |
#parameter_groups ⇒ Array<Types::ParameterGroup>
An array of parameter groups. Each element in the array represents one parameter group.
693 694 695 696 697 698 |
# File 'lib/aws-sdk-dax/types.rb', line 693 class DescribeParameterGroupsResponse < Struct.new( :next_token, :parameter_groups) SENSITIVE = [] include Aws::Structure end |