Class: Aws::Types::ECSServiceRecommendationOption

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_recommendations::Array[Types::ContainerRecommendation]

Returns the value of attribute container_recommendations.

Returns:



242
243
244
# File 'sig/types.rbs', line 242

def container_recommendations
  @container_recommendations
end

#cpu::Integer

Returns the value of attribute cpu.

Returns:

  • (::Integer)


238
239
240
# File 'sig/types.rbs', line 238

def cpu
  @cpu
end

#memory::Integer

Returns the value of attribute memory.

Returns:

  • (::Integer)


237
238
239
# File 'sig/types.rbs', line 237

def memory
  @memory
end

#projected_utilization_metrics::Array[Types::ECSServiceProjectedUtilizationMetric]

Returns the value of attribute projected_utilization_metrics.



241
242
243
# File 'sig/types.rbs', line 241

def projected_utilization_metrics
  @projected_utilization_metrics
end

#savings_opportunityTypes::SavingsOpportunity

Returns the value of attribute savings_opportunity.



239
240
241
# File 'sig/types.rbs', line 239

def savings_opportunity
  @savings_opportunity
end

#savings_opportunity_after_discountsTypes::ECSSavingsOpportunityAfterDiscounts

Returns the value of attribute savings_opportunity_after_discounts.



240
241
242
# File 'sig/types.rbs', line 240

def savings_opportunity_after_discounts
  @savings_opportunity_after_discounts
end