| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.ComputeOptimizer.Types.RecommendationSummary
Description
Synopsis
- data RecommendationSummary = RecommendationSummary' {}
- newRecommendationSummary :: RecommendationSummary
- recommendationSummary_accountId :: Lens' RecommendationSummary (Maybe Text)
- recommendationSummary_summaries :: Lens' RecommendationSummary (Maybe [Summary])
- recommendationSummary_recommendationResourceType :: Lens' RecommendationSummary (Maybe RecommendationSourceType)
Documentation
data RecommendationSummary Source #
A summary of a recommendation.
See: newRecommendationSummary smart constructor.
Constructors
| RecommendationSummary' | |
Fields
| |
Instances
newRecommendationSummary :: RecommendationSummary Source #
Create a value of RecommendationSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:accountId:RecommendationSummary', recommendationSummary_accountId - The Amazon Web Services account ID of the recommendation summary.
$sel:summaries:RecommendationSummary', recommendationSummary_summaries - An array of objects that describe a recommendation summary.
$sel:recommendationResourceType:RecommendationSummary', recommendationSummary_recommendationResourceType - The resource type of the recommendation.
recommendationSummary_accountId :: Lens' RecommendationSummary (Maybe Text) Source #
The Amazon Web Services account ID of the recommendation summary.
recommendationSummary_summaries :: Lens' RecommendationSummary (Maybe [Summary]) Source #
An array of objects that describe a recommendation summary.
recommendationSummary_recommendationResourceType :: Lens' RecommendationSummary (Maybe RecommendationSourceType) Source #
The resource type of the recommendation.