Class: Aws::ElastiCache::Types::CacheParameterGroupsMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

Overview

Represents the output of a DescribeCacheParameterGroups operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_parameter_groupsArray<Types::CacheParameterGroup>

A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

Returns:



1154
1155
1156
1157
1158
1159
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1154

class CacheParameterGroupsMessage < Struct.new(
  :marker,
  :cache_parameter_groups)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


1154
1155
1156
1157
1158
1159
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1154

class CacheParameterGroupsMessage < Struct.new(
  :marker,
  :cache_parameter_groups)
  SENSITIVE = []
  include Aws::Structure
end