Class: Aws::ElastiCache::Types::PurchaseReservedCacheNodesOfferingResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reserved_cache_nodeTypes::ReservedCacheNode

Represents the output of a PurchaseReservedCacheNodesOffering operation.



7398
7399
7400
7401
7402
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7398

class PurchaseReservedCacheNodesOfferingResult < Struct.new(
  :reserved_cache_node)
  SENSITIVE = []
  include Aws::Structure
end