Class: Aws::ElastiCache::Types::CacheParameterGroupDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CacheParameterGroupDetails
- 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
-
#cache_node_type_specific_parameters ⇒ Array<Types::CacheNodeTypeSpecificParameter>
A list of parameters specific to a particular cache node type.
-
#marker ⇒ String
Provides an identifier to allow retrieval of paginated results.
-
#parameters ⇒ Array<Types::Parameter>
A list of Parameter instances.
Instance Attribute Details
#cache_node_type_specific_parameters ⇒ Array<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 |
#marker ⇒ String
Provides an identifier to allow retrieval of paginated results.
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 |
#parameters ⇒ Array<Types::Parameter>
A list of Parameter instances.
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 |