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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#additional_metadataString

Additional metadata that may be applicable to the recommendation.

Returns:

  • (String)


6146
6147
6148
6149
6150
6151
6152
# File 'lib/aws-sdk-costexplorer/types.rb', line 6146

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

#generation_timestampString

The timestamp showing when the recommendations were generated.

Returns:

  • (String)


6146
6147
6148
6149
6150
6151
6152
# File 'lib/aws-sdk-costexplorer/types.rb', line 6146

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)


6146
6147
6148
6149
6150
6151
6152
# File 'lib/aws-sdk-costexplorer/types.rb', line 6146

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