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)


6462
6463
6464
6465
6466
6467
6468
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6462

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)


6462
6463
6464
6465
6466
6467
6468
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6462

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)


6462
6463
6464
6465
6466
6467
6468
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6462

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