Class: Aws::CostExplorer::Types::TargetInstance

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-costexplorer/types.rb

Overview

Details on recommended instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

The currency code that AWS used to calculate the costs for this instance.

Returns:

  • (String)


6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
# File 'lib/aws-sdk-costexplorer/types.rb', line 6565

class TargetInstance < Struct.new(
  :estimated_monthly_cost,
  :estimated_monthly_savings,
  :currency_code,
  :default_target_instance,
  :resource_details,
  :expected_resource_utilization)
  SENSITIVE = []
  include Aws::Structure
end

#default_target_instanceBoolean

Indicates whether this recommendation is the defaulted AWS recommendation.

Returns:

  • (Boolean)


6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
# File 'lib/aws-sdk-costexplorer/types.rb', line 6565

class TargetInstance < Struct.new(
  :estimated_monthly_cost,
  :estimated_monthly_savings,
  :currency_code,
  :default_target_instance,
  :resource_details,
  :expected_resource_utilization)
  SENSITIVE = []
  include Aws::Structure
end

#estimated_monthly_costString

Expected cost to operate this instance type on a monthly basis.

Returns:

  • (String)


6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
# File 'lib/aws-sdk-costexplorer/types.rb', line 6565

class TargetInstance < Struct.new(
  :estimated_monthly_cost,
  :estimated_monthly_savings,
  :currency_code,
  :default_target_instance,
  :resource_details,
  :expected_resource_utilization)
  SENSITIVE = []
  include Aws::Structure
end

#estimated_monthly_savingsString

Estimated savings resulting from modification, on a monthly basis.

Returns:

  • (String)


6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
# File 'lib/aws-sdk-costexplorer/types.rb', line 6565

class TargetInstance < Struct.new(
  :estimated_monthly_cost,
  :estimated_monthly_savings,
  :currency_code,
  :default_target_instance,
  :resource_details,
  :expected_resource_utilization)
  SENSITIVE = []
  include Aws::Structure
end

#expected_resource_utilizationTypes::ResourceUtilization

Expected utilization metrics for target instance type.



6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
# File 'lib/aws-sdk-costexplorer/types.rb', line 6565

class TargetInstance < Struct.new(
  :estimated_monthly_cost,
  :estimated_monthly_savings,
  :currency_code,
  :default_target_instance,
  :resource_details,
  :expected_resource_utilization)
  SENSITIVE = []
  include Aws::Structure
end

#resource_detailsTypes::ResourceDetails

Details on the target instance type.



6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
# File 'lib/aws-sdk-costexplorer/types.rb', line 6565

class TargetInstance < Struct.new(
  :estimated_monthly_cost,
  :estimated_monthly_savings,
  :currency_code,
  :default_target_instance,
  :resource_details,
  :expected_resource_utilization)
  SENSITIVE = []
  include Aws::Structure
end