Class: Aws::CostOptimizationHub::Types::RedshiftReservedInstances

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb

Overview

The Redshift reserved instances recommendation details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::RedshiftReservedInstancesConfiguration

The Redshift reserved instances configuration used for recommendations.



1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1444

class RedshiftReservedInstances < Struct.new(
  :configuration,
  :cost_calculation)
  SENSITIVE = []
  include Aws::Structure
end

#cost_calculationTypes::ReservedInstancesCostCalculation

Cost impact of the purchase recommendation.



1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1444

class RedshiftReservedInstances < Struct.new(
  :configuration,
  :cost_calculation)
  SENSITIVE = []
  include Aws::Structure
end