GetRightsizingRecommendationResponse class
Constructors
-
GetRightsizingRecommendationResponse({RightsizingRecommendationConfiguration? configuration, RightsizingRecommendationMetadata? metadata, String? nextPageToken, List<
RightsizingRecommendation> ? rightsizingRecommendations, RightsizingRecommendationSummary? summary}) -
GetRightsizingRecommendationResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- configuration → RightsizingRecommendationConfiguration?
-
Enables you to customize recommendations across two attributes. You can
choose to view recommendations for instances within the same instance
families or across different instance families. You can also choose to view
your estimated savings associated with recommendations with consideration of
existing Savings Plans or RI benefits, or neither.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- metadata → RightsizingRecommendationMetadata?
-
Information regarding this specific recommendation set.
final
- nextPageToken → String?
-
The token to retrieve the next set of results.
final
-
rightsizingRecommendations
→ List<
RightsizingRecommendation> ? -
Recommendations to rightsize resources.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- summary → RightsizingRecommendationSummary?
-
Summary of this recommendation set.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited