Class: Aws::CostOptimizationHub::Types::ElastiCacheCluster

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-costoptimizationhub/types.rb

Overview

The ElastiCache cluster recommendation details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cost_calculationTypes::ResourceCostCalculation

Cost impact of the resource recommendation.



699
700
701
702
703
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 699

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