Class: Aws::Types::ExportLambdaFunctionRecommendationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ExportLambdaFunctionRecommendationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
-
#fields_to_export ⇒ ::Array[("AccountId" | "FunctionArn" | "FunctionVersion" | "Finding" | "FindingReasonCodes" | "NumberOfInvocations" | "UtilizationMetricsDurationMaximum" | "UtilizationMetricsDurationAverage" | "UtilizationMetricsMemoryMaximum" | "UtilizationMetricsMemoryAverage" | "LookbackPeriodInDays" | "CurrentConfigurationMemorySize" | "CurrentConfigurationTimeout" | "CurrentCostTotal" | "CurrentCostAverage" | "RecommendationOptionsConfigurationMemorySize" | "RecommendationOptionsCostLow" | "RecommendationOptionsCostHigh" | "RecommendationOptionsProjectedUtilizationMetricsDurationLowerBound" | "RecommendationOptionsProjectedUtilizationMetricsDurationUpperBound" | "RecommendationOptionsProjectedUtilizationMetricsDurationExpected" | "LastRefreshTimestamp" | "CurrentPerformanceRisk" | "RecommendationOptionsSavingsOpportunityPercentage" | "RecommendationOptionsEstimatedMonthlySavingsCurrency" | "RecommendationOptionsEstimatedMonthlySavingsValue" | "Tags" | "EffectiveRecommendationPreferencesSavingsEstimationMode" | "RecommendationOptionsSavingsOpportunityAfterDiscountsPercentage" | "RecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts" | "RecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts")]
Returns the value of attribute fields_to_export.
-
#file_format ⇒ "Csv"
Returns the value of attribute file_format.
-
#filters ⇒ ::Array[Types::LambdaFunctionRecommendationFilter]
Returns the value of attribute filters.
-
#include_member_accounts ⇒ Boolean
Returns the value of attribute include_member_accounts.
-
#s3_destination_config ⇒ Types::S3DestinationConfig
Returns the value of attribute s3_destination_config.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
380 381 382 |
# File 'sig/types.rbs', line 380 def account_ids @account_ids end |
#fields_to_export ⇒ ::Array[("AccountId" | "FunctionArn" | "FunctionVersion" | "Finding" | "FindingReasonCodes" | "NumberOfInvocations" | "UtilizationMetricsDurationMaximum" | "UtilizationMetricsDurationAverage" | "UtilizationMetricsMemoryMaximum" | "UtilizationMetricsMemoryAverage" | "LookbackPeriodInDays" | "CurrentConfigurationMemorySize" | "CurrentConfigurationTimeout" | "CurrentCostTotal" | "CurrentCostAverage" | "RecommendationOptionsConfigurationMemorySize" | "RecommendationOptionsCostLow" | "RecommendationOptionsCostHigh" | "RecommendationOptionsProjectedUtilizationMetricsDurationLowerBound" | "RecommendationOptionsProjectedUtilizationMetricsDurationUpperBound" | "RecommendationOptionsProjectedUtilizationMetricsDurationExpected" | "LastRefreshTimestamp" | "CurrentPerformanceRisk" | "RecommendationOptionsSavingsOpportunityPercentage" | "RecommendationOptionsEstimatedMonthlySavingsCurrency" | "RecommendationOptionsEstimatedMonthlySavingsValue" | "Tags" | "EffectiveRecommendationPreferencesSavingsEstimationMode" | "RecommendationOptionsSavingsOpportunityAfterDiscountsPercentage" | "RecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts" | "RecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts")]
Returns the value of attribute fields_to_export.
382 383 384 |
# File 'sig/types.rbs', line 382 def fields_to_export @fields_to_export end |
#file_format ⇒ "Csv"
Returns the value of attribute file_format.
384 385 386 |
# File 'sig/types.rbs', line 384 def file_format @file_format end |
#filters ⇒ ::Array[Types::LambdaFunctionRecommendationFilter]
Returns the value of attribute filters.
381 382 383 |
# File 'sig/types.rbs', line 381 def filters @filters end |
#include_member_accounts ⇒ Boolean
Returns the value of attribute include_member_accounts.
385 386 387 |
# File 'sig/types.rbs', line 385 def include_member_accounts @include_member_accounts end |
#s3_destination_config ⇒ Types::S3DestinationConfig
Returns the value of attribute s3_destination_config.
383 384 385 |
# File 'sig/types.rbs', line 383 def s3_destination_config @s3_destination_config end |