Class: Aws::CostOptimizationHub::Types::DocumentDbCluster

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cost_calculationTypes::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