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.



7440
7441
7442
7443
7444
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7440

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