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

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

Instance Attribute Details

#additional_metadataString

Additional metadata that might be applicable to the recommendation.

Returns:

  • (String)


6107
6108
6109
6110
6111
6112
6113
# File 'lib/aws-sdk-costexplorer/types.rb', line 6107

class  < 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)


6107
6108
6109
6110
6111
6112
6113
# File 'lib/aws-sdk-costexplorer/types.rb', line 6107

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

#recommendation_idString

The ID for the recommendation.

Returns:

  • (String)


6107
6108
6109
6110
6111
6112
6113
# File 'lib/aws-sdk-costexplorer/types.rb', line 6107

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