Class: Aws::CostExplorer::Types::SavingsPlansPurchaseRecommendationMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::SavingsPlansPurchaseRecommendationMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Metadata about your Savings Plans Purchase Recommendations.
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 that shows when the recommendations were generated.
-
#recommendation_id ⇒ String
The unique identifier for the recommendation set.
Instance Attribute Details
#additional_metadata ⇒ String
Additional metadata that might be applicable to the recommendation.
6498 6499 6500 6501 6502 6503 6504 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6498 class SavingsPlansPurchaseRecommendationMetadata < Struct.new( :recommendation_id, :generation_timestamp, :additional_metadata) SENSITIVE = [] include Aws::Structure end |
#generation_timestamp ⇒ String
The timestamp that shows when the recommendations were generated.
6498 6499 6500 6501 6502 6503 6504 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6498 class SavingsPlansPurchaseRecommendationMetadata < Struct.new( :recommendation_id, :generation_timestamp, :additional_metadata) SENSITIVE = [] include Aws::Structure end |
#recommendation_id ⇒ String
The unique identifier for the recommendation set.
6498 6499 6500 6501 6502 6503 6504 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6498 class SavingsPlansPurchaseRecommendationMetadata < Struct.new( :recommendation_id, :generation_timestamp, :additional_metadata) SENSITIVE = [] include Aws::Structure end |