Class: Aws::CostOptimizationHub::Types::ElastiCacheCluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostOptimizationHub::Types::ElastiCacheCluster
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costoptimizationhub/types.rb
Overview
The ElastiCache cluster recommendation details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cost_calculation ⇒ Types::ResourceCostCalculation
Cost impact of the resource recommendation.
Instance Attribute Details
#cost_calculation ⇒ Types::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 |