Class: Aws::CostExplorer::Types::RightsizingRecommendationMetadata

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

Overview

Metadata for a recommendation set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_metadata ⇒ String

Additional metadata that might be applicable to the recommendation.

Returns:

  • (String)


7095
7096
7097
7098
7099
7100
7101
7102
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7095

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

#generation_timestamp ⇒ String

The timestamp for when Amazon Web Services made the recommendation.

Returns:

  • (String)


7095
7096
7097
7098
7099
7100
7101
7102
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7095

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

#lookback_period_in_days ⇒ String

The number of days of previous usage that Amazon Web Services considers when making the recommendation.

Returns:

  • (String)


7095
7096
7097
7098
7099
7100
7101
7102
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7095

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

#recommendation_id ⇒ String

The ID for the recommendation.

Returns:

  • (String)


7095
7096
7097
7098
7099
7100
7101
7102
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7095

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