Class: Aws::CostOptimizationHub::Types::RdsDbInstanceStorage
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostOptimizationHub::Types::RdsDbInstanceStorage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costoptimizationhub/types.rb
Overview
Contains the details of an Amazon RDS DB instance storage.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::RdsDbInstanceStorageConfiguration
The Amazon RDS DB instance storage configuration used for recommendations.
-
#cost_calculation ⇒ Types::ResourceCostCalculation
Cost impact of the resource recommendation.
Instance Attribute Details
#configuration ⇒ Types::RdsDbInstanceStorageConfiguration
The Amazon RDS DB instance storage configuration used for recommendations.
1682 1683 1684 1685 1686 1687 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1682 class RdsDbInstanceStorage < Struct.new( :configuration, :cost_calculation) SENSITIVE = [] include Aws::Structure end |
#cost_calculation ⇒ Types::ResourceCostCalculation
Cost impact of the resource recommendation.
1682 1683 1684 1685 1686 1687 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1682 class RdsDbInstanceStorage < Struct.new( :configuration, :cost_calculation) SENSITIVE = [] include Aws::Structure end |