Class: Aws::CostOptimizationHub::Types::MemoryDbCluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostOptimizationHub::Types::MemoryDbCluster
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costoptimizationhub/types.rb
Overview
The MemoryDB 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.
1387 1388 1389 1390 1391 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1387 class MemoryDbCluster < Struct.new( :cost_calculation) SENSITIVE = [] include Aws::Structure end |