Method: Aws::MemoryDB::Types::DescribeParameterGroupsResponse#parameter_groups
- Defined in:
- lib/aws-sdk-memorydb/types.rb
#parameter_groups ⇒ Array<Types::ParameterGroup>
A list of parameter groups. Each element in the list contains detailed information about one parameter group.
1709 1710 1711 1712 1713 1714 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1709 class DescribeParameterGroupsResponse < Struct.new( :next_token, :parameter_groups) SENSITIVE = [] include Aws::Structure end |