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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



1071
1072
1073
1074
1075
1076
1077
# File 'lib/aws-sdk-elasticache/types.rb', line 1071

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)


1071
1072
1073
1074
1075
1076
1077
# File 'lib/aws-sdk-elasticache/types.rb', line 1071

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:



1071
1072
1073
1074
1075
1076
1077
# File 'lib/aws-sdk-elasticache/types.rb', line 1071

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