Class: Aws::CostExplorer::Types::RightsizingRecommendationMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::RightsizingRecommendationMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Metadata for a recommendation set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_metadata ⇒ String
Additional metadata that might be applicable to the recommendation.
-
#generation_timestamp ⇒ String
The timestamp for when Amazon Web Services made the recommendation.
-
#lookback_period_in_days ⇒ String
The number of days of previous usage that Amazon Web Services considers when making the recommendation.
-
#recommendation_id ⇒ String
The ID for the recommendation.
Instance Attribute Details
#additional_metadata ⇒ String
Additional metadata that might be applicable to the recommendation.
6120 6121 6122 6123 6124 6125 6126 6127 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6120 class RightsizingRecommendationMetadata < Struct.new( :recommendation_id, :generation_timestamp, :lookback_period_in_days, :additional_metadata) SENSITIVE = [] include Aws::Structure end |
#generation_timestamp ⇒ String
The timestamp for when Amazon Web Services made the recommendation.
6120 6121 6122 6123 6124 6125 6126 6127 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6120 class RightsizingRecommendationMetadata < Struct.new( :recommendation_id, :generation_timestamp, :lookback_period_in_days, :additional_metadata) SENSITIVE = [] include Aws::Structure end |
#lookback_period_in_days ⇒ String
The number of days of previous usage that Amazon Web Services considers when making the recommendation.
6120 6121 6122 6123 6124 6125 6126 6127 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6120 class RightsizingRecommendationMetadata < Struct.new( :recommendation_id, :generation_timestamp, :lookback_period_in_days, :additional_metadata) SENSITIVE = [] include Aws::Structure end |
#recommendation_id ⇒ String
The ID for the recommendation.
6120 6121 6122 6123 6124 6125 6126 6127 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6120 class RightsizingRecommendationMetadata < Struct.new( :recommendation_id, :generation_timestamp, :lookback_period_in_days, :additional_metadata) SENSITIVE = [] include Aws::Structure end |