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

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

Overview

Represents the output of a DescribeReservedCacheNodesOfferings operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


8339
8340
8341
8342
8343
8344
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8339

class ReservedCacheNodesOfferingMessage < Struct.new(
  :marker,
  :reserved_cache_nodes_offerings)
  SENSITIVE = []
  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.



8339
8340
8341
8342
8343
8344
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8339

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