Class: Aws::CostExplorer::Types::ReservationPurchaseRecommendationMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ReservationPurchaseRecommendationMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Information about a recommendation, such as the timestamp for when Amazon Web Services made a specific recommendation.
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.
-
#recommendation_id ⇒ String
The ID for the recommendation.
Instance Attribute Details
#additional_metadata ⇒ String
Additional metadata that might be applicable to the recommendation.
5843 5844 5845 5846 5847 5848 5849 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5843 class ReservationPurchaseRecommendationMetadata < Struct.new( :recommendation_id, :generation_timestamp, :additional_metadata) SENSITIVE = [] include Aws::Structure end |
#generation_timestamp ⇒ String
The timestamp for when Amazon Web Services made the recommendation.
5843 5844 5845 5846 5847 5848 5849 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5843 class ReservationPurchaseRecommendationMetadata < Struct.new( :recommendation_id, :generation_timestamp, :additional_metadata) SENSITIVE = [] include Aws::Structure end |
#recommendation_id ⇒ String
The ID for the recommendation.
5843 5844 5845 5846 5847 5848 5849 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5843 class ReservationPurchaseRecommendationMetadata < Struct.new( :recommendation_id, :generation_timestamp, :additional_metadata) SENSITIVE = [] include Aws::Structure end |