Class: Aws::CostExplorer::Types::ReservationPurchaseRecommendationMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/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

Instance Attribute Details

#additional_metadataString

Additional metadata that might be applicable to the recommendation.

Returns:

  • (String)


5823
5824
5825
5826
5827
5828
5829
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5823

class ReservationPurchaseRecommendationMetadata < Struct.new(
  :recommendation_id,
  :generation_timestamp,
  :additional_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#generation_timestampString

The timestamp for when Amazon Web Services made the recommendation.

Returns:

  • (String)


5823
5824
5825
5826
5827
5828
5829
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5823

class ReservationPurchaseRecommendationMetadata < Struct.new(
  :recommendation_id,
  :generation_timestamp,
  :additional_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_idString

The ID for the recommendation.

Returns:

  • (String)


5823
5824
5825
5826
5827
5828
5829
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5823

class ReservationPurchaseRecommendationMetadata < Struct.new(
  :recommendation_id,
  :generation_timestamp,
  :additional_metadata)
  SENSITIVE = []
  include Aws::Structure
end