GetSavingsPlansUtilizationDetailsResponse class
Constructors
-
GetSavingsPlansUtilizationDetailsResponse({required List<
SavingsPlansUtilizationDetail> savingsPlansUtilizationDetails, required DateInterval timePeriod, String? nextToken, SavingsPlansUtilizationAggregates? total}) -
GetSavingsPlansUtilizationDetailsResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextToken → String?
-
The token to retrieve the next set of results. Amazon Web Services provides
the token when the response from a previous call has more results than the
maximum page size.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
savingsPlansUtilizationDetails
→ List<
SavingsPlansUtilizationDetail> -
Retrieves a single daily or monthly Savings Plans utilization rate and
details for your account.
final
- timePeriod → DateInterval
-
final
- total → SavingsPlansUtilizationAggregates?
-
The total Savings Plans utilization, regardless of time period.
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