Class: Aws::ElastiCache::Types::ReservedCacheNodesOfferingMessage

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

Overview

Represents the output of a ‘DescribeReservedCacheNodesOfferings` operation.

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


5401
5402
5403
5404
5405
# File 'lib/aws-sdk-elasticache/types.rb', line 5401

class ReservedCacheNodesOfferingMessage < Struct.new(
  :marker,
  :reserved_cache_nodes_offerings)
  include Aws::Structure
end

#reserved_cache_nodes_offeringsArray<Types::ReservedCacheNodesOffering>

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



5401
5402
5403
5404
5405
# File 'lib/aws-sdk-elasticache/types.rb', line 5401

class ReservedCacheNodesOfferingMessage < Struct.new(
  :marker,
  :reserved_cache_nodes_offerings)
  include Aws::Structure
end