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.



7418
7419
7420
7421
7422
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7418

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