Class: Aws::Types::LambdaFunctionMemoryRecommendationOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#memory_size::Integer

Returns the value of attribute memory_size.

Returns:

  • (::Integer)


867
868
869
# File 'sig/types.rbs', line 867

def memory_size
  @memory_size
end

#projected_utilization_metrics::Array[Types::LambdaFunctionMemoryProjectedMetric]

Returns the value of attribute projected_utilization_metrics.



868
869
870
# File 'sig/types.rbs', line 868

def projected_utilization_metrics
  @projected_utilization_metrics
end

#rank::Integer

Returns the value of attribute rank.

Returns:

  • (::Integer)


866
867
868
# File 'sig/types.rbs', line 866

def rank
  @rank
end

#savings_opportunityTypes::SavingsOpportunity

Returns the value of attribute savings_opportunity.



869
870
871
# File 'sig/types.rbs', line 869

def savings_opportunity
  @savings_opportunity
end

#savings_opportunity_after_discountsTypes::LambdaSavingsOpportunityAfterDiscounts

Returns the value of attribute savings_opportunity_after_discounts.



870
871
872
# File 'sig/types.rbs', line 870

def savings_opportunity_after_discounts
  @savings_opportunity_after_discounts
end