Class: Aws::CostOptimizationHub::Types::DocumentDbCluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostOptimizationHub::Types::DocumentDbCluster
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costoptimizationhub/types.rb
Overview
The Amazon DocumentDB 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.
218 219 220 221 222 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 218 class DocumentDbCluster < Struct.new( :cost_calculation) SENSITIVE = [] include Aws::Structure end |