Class: Aws::ElastiCache::Types::ReservedCacheNodeMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::ReservedCacheNodeMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Represents the output of a ‘DescribeReservedCacheNodes` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
Provides an identifier to allow retrieval of paginated results.
-
#reserved_cache_nodes ⇒ Array<Types::ReservedCacheNode>
A list of reserved cache nodes.
Instance Attribute Details
#marker ⇒ String
Provides an identifier to allow retrieval of paginated results.
8170 8171 8172 8173 8174 8175 |
# File 'lib/aws-sdk-elasticache/types.rb', line 8170 class ReservedCacheNodeMessage < Struct.new( :marker, :reserved_cache_nodes) SENSITIVE = [] include Aws::Structure end |
#reserved_cache_nodes ⇒ Array<Types::ReservedCacheNode>
A list of reserved cache nodes. Each element in the list contains detailed information about one node.
8170 8171 8172 8173 8174 8175 |
# File 'lib/aws-sdk-elasticache/types.rb', line 8170 class ReservedCacheNodeMessage < Struct.new( :marker, :reserved_cache_nodes) SENSITIVE = [] include Aws::Structure end |