Class: Aws::ElastiCache::Types::CacheParameterGroupDetails

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

Overview

Represents the output of a DescribeCacheParameters operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_node_type_specific_parametersArray<Types::CacheNodeTypeSpecificParameter>

A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.



1075
1076
1077
1078
1079
1080
1081
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1075

class CacheParameterGroupDetails < Struct.new(
  :marker,
  :parameters,
  :cache_node_type_specific_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


1075
1076
1077
1078
1079
1080
1081
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1075

class CacheParameterGroupDetails < Struct.new(
  :marker,
  :parameters,
  :cache_node_type_specific_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#parametersArray<Types::Parameter>

A list of Parameter instances.

Returns:



1075
1076
1077
1078
1079
1080
1081
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1075

class CacheParameterGroupDetails < Struct.new(
  :marker,
  :parameters,
  :cache_node_type_specific_parameters)
  SENSITIVE = []
  include Aws::Structure
end