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.
1727 1728 1729 1730 1731 1732 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1727 class RdsDbInstanceStorage < Struct.new( :configuration, :cost_calculation) SENSITIVE = [] include Aws::Structure end |
#cost_calculation ⇒ Types::ResourceCostCalculation
Cost impact of the resource recommendation.
1727 1728 1729 1730 1731 1732 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1727 class RdsDbInstanceStorage < Struct.new( :configuration, :cost_calculation) SENSITIVE = [] include Aws::Structure end |