Class: Aws::Types::ExportLicenseRecommendationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ExportLicenseRecommendationsRequest
- 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" | "ResourceArn" | "LookbackPeriodInDays" | "LastRefreshTimestamp" | "Finding" | "FindingReasonCodes" | "CurrentLicenseConfigurationNumberOfCores" | "CurrentLicenseConfigurationInstanceType" | "CurrentLicenseConfigurationOperatingSystem" | "CurrentLicenseConfigurationLicenseName" | "CurrentLicenseConfigurationLicenseEdition" | "CurrentLicenseConfigurationLicenseModel" | "CurrentLicenseConfigurationLicenseVersion" | "CurrentLicenseConfigurationMetricsSource" | "RecommendationOptionsOperatingSystem" | "RecommendationOptionsLicenseEdition" | "RecommendationOptionsLicenseModel" | "RecommendationOptionsSavingsOpportunityPercentage" | "RecommendationOptionsEstimatedMonthlySavingsCurrency" | "RecommendationOptionsEstimatedMonthlySavingsValue" | "Tags")]
Returns the value of attribute fields_to_export.
-
#file_format ⇒ "Csv"
Returns the value of attribute file_format.
-
#filters ⇒ ::Array[Types::LicenseRecommendationFilter]
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.
396 397 398 |
# File 'sig/types.rbs', line 396 def account_ids @account_ids end |
#fields_to_export ⇒ ::Array[("AccountId" | "ResourceArn" | "LookbackPeriodInDays" | "LastRefreshTimestamp" | "Finding" | "FindingReasonCodes" | "CurrentLicenseConfigurationNumberOfCores" | "CurrentLicenseConfigurationInstanceType" | "CurrentLicenseConfigurationOperatingSystem" | "CurrentLicenseConfigurationLicenseName" | "CurrentLicenseConfigurationLicenseEdition" | "CurrentLicenseConfigurationLicenseModel" | "CurrentLicenseConfigurationLicenseVersion" | "CurrentLicenseConfigurationMetricsSource" | "RecommendationOptionsOperatingSystem" | "RecommendationOptionsLicenseEdition" | "RecommendationOptionsLicenseModel" | "RecommendationOptionsSavingsOpportunityPercentage" | "RecommendationOptionsEstimatedMonthlySavingsCurrency" | "RecommendationOptionsEstimatedMonthlySavingsValue" | "Tags")]
Returns the value of attribute fields_to_export.
398 399 400 |
# File 'sig/types.rbs', line 398 def fields_to_export @fields_to_export end |
#file_format ⇒ "Csv"
Returns the value of attribute file_format.
400 401 402 |
# File 'sig/types.rbs', line 400 def file_format @file_format end |
#filters ⇒ ::Array[Types::LicenseRecommendationFilter]
Returns the value of attribute filters.
397 398 399 |
# File 'sig/types.rbs', line 397 def filters @filters end |
#include_member_accounts ⇒ Boolean
Returns the value of attribute include_member_accounts.
401 402 403 |
# File 'sig/types.rbs', line 401 def include_member_accounts @include_member_accounts end |
#s3_destination_config ⇒ Types::S3DestinationConfig
Returns the value of attribute s3_destination_config.
399 400 401 |
# File 'sig/types.rbs', line 399 def s3_destination_config @s3_destination_config end |