Class: Aws::Types::ExportECSServiceRecommendationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ExportECSServiceRecommendationsRequest
- 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" | "ServiceArn" | "LookbackPeriodInDays" | "LastRefreshTimestamp" | "LaunchType" | "CurrentPerformanceRisk" | "CurrentServiceConfigurationMemory" | "CurrentServiceConfigurationCpu" | "CurrentServiceConfigurationTaskDefinitionArn" | "CurrentServiceConfigurationAutoScalingConfiguration" | "CurrentServiceContainerConfigurations" | "UtilizationMetricsCpuMaximum" | "UtilizationMetricsMemoryMaximum" | "Finding" | "FindingReasonCodes" | "RecommendationOptionsMemory" | "RecommendationOptionsCpu" | "RecommendationOptionsSavingsOpportunityPercentage" | "RecommendationOptionsEstimatedMonthlySavingsCurrency" | "RecommendationOptionsEstimatedMonthlySavingsValue" | "RecommendationOptionsContainerRecommendations" | "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum" | "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum" | "Tags" | "EffectiveRecommendationPreferencesSavingsEstimationMode" | "RecommendationOptionsSavingsOpportunityAfterDiscountsPercentage" | "RecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts" | "RecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts" | "EffectiveRecommendationPreferencesLookBackPeriod")]
Returns the value of attribute fields_to_export.
-
#file_format ⇒ "Csv"
Returns the value of attribute file_format.
-
#filters ⇒ ::Array[Types::ECSServiceRecommendationFilter]
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.
348 349 350 |
# File 'sig/types.rbs', line 348 def account_ids @account_ids end |
#fields_to_export ⇒ ::Array[("AccountId" | "ServiceArn" | "LookbackPeriodInDays" | "LastRefreshTimestamp" | "LaunchType" | "CurrentPerformanceRisk" | "CurrentServiceConfigurationMemory" | "CurrentServiceConfigurationCpu" | "CurrentServiceConfigurationTaskDefinitionArn" | "CurrentServiceConfigurationAutoScalingConfiguration" | "CurrentServiceContainerConfigurations" | "UtilizationMetricsCpuMaximum" | "UtilizationMetricsMemoryMaximum" | "Finding" | "FindingReasonCodes" | "RecommendationOptionsMemory" | "RecommendationOptionsCpu" | "RecommendationOptionsSavingsOpportunityPercentage" | "RecommendationOptionsEstimatedMonthlySavingsCurrency" | "RecommendationOptionsEstimatedMonthlySavingsValue" | "RecommendationOptionsContainerRecommendations" | "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum" | "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum" | "Tags" | "EffectiveRecommendationPreferencesSavingsEstimationMode" | "RecommendationOptionsSavingsOpportunityAfterDiscountsPercentage" | "RecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts" | "RecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts" | "EffectiveRecommendationPreferencesLookBackPeriod")]
Returns the value of attribute fields_to_export.
350 351 352 |
# File 'sig/types.rbs', line 350 def fields_to_export @fields_to_export end |
#file_format ⇒ "Csv"
Returns the value of attribute file_format.
352 353 354 |
# File 'sig/types.rbs', line 352 def file_format @file_format end |
#filters ⇒ ::Array[Types::ECSServiceRecommendationFilter]
Returns the value of attribute filters.
349 350 351 |
# File 'sig/types.rbs', line 349 def filters @filters end |
#include_member_accounts ⇒ Boolean
Returns the value of attribute include_member_accounts.
353 354 355 |
# File 'sig/types.rbs', line 353 def include_member_accounts @include_member_accounts end |
#s3_destination_config ⇒ Types::S3DestinationConfig
Returns the value of attribute s3_destination_config.
351 352 353 |
# File 'sig/types.rbs', line 351 def s3_destination_config @s3_destination_config end |