Class: Aws::CostOptimizationHub::Types::ResourceCostCalculation
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostOptimizationHub::Types::ResourceCostCalculation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costoptimizationhub/types.rb
Overview
Cost impact of the resource recommendation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pricing ⇒ Types::ResourcePricing
Pricing details of the resource recommendation.
-
#usages ⇒ Array<Types::Usage>
Usage details of the resource recommendation.
Instance Attribute Details
#pricing ⇒ Types::ResourcePricing
Pricing details of the resource recommendation.
2139 2140 2141 2142 2143 2144 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 2139 class ResourceCostCalculation < Struct.new( :usages, :pricing) SENSITIVE = [] include Aws::Structure end |
#usages ⇒ Array<Types::Usage>
Usage details of the resource recommendation.
2139 2140 2141 2142 2143 2144 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 2139 class ResourceCostCalculation < Struct.new( :usages, :pricing) SENSITIVE = [] include Aws::Structure end |