Class: Aws::ElastiCache::Types::ReservedCacheNodeMessage

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#markerString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


8119
8120
8121
8122
8123
8124
# File 'lib/aws-sdk-elasticache/types.rb', line 8119

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

#reserved_cache_nodesArray<Types::ReservedCacheNode>

A list of reserved cache nodes. Each element in the list contains detailed information about one node.

Returns:



8119
8120
8121
8122
8123
8124
# File 'lib/aws-sdk-elasticache/types.rb', line 8119

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