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)


8316
8317
8318
8319
8320
8321
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8316

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.



8316
8317
8318
8319
8320
8321
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8316

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