Class: Aws::CostExplorer::Types::SavingsPlansPurchaseRecommendationMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb

Overview

Metadata about your Savings Plans Purchase Recommendations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_metadataString

Additional metadata that might be applicable to the recommendation.

Returns:

  • (String)


6457
6458
6459
6460
6461
6462
6463
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6457

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

#generation_timestampString

The timestamp that shows when the recommendations were generated.

Returns:

  • (String)


6457
6458
6459
6460
6461
6462
6463
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6457

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

#recommendation_idString

The unique identifier for the recommendation set.

Returns:

  • (String)


6457
6458
6459
6460
6461
6462
6463
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6457

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