GetCostAndUsageResponse class

Constructors

GetCostAndUsageResponse({List<GroupDefinition>? groupDefinitions, String? nextPageToken, List<ResultByTime>? resultsByTime})
GetCostAndUsageResponse.fromJson(Map<String, dynamic> json)
factory

Properties

groupDefinitions List<GroupDefinition>?
The groups that are specified by the Filter or GroupBy parameters in the request.
final
hashCode int
The hash code for this object.
no setterinherited
nextPageToken String?
The token for the next set of retrievable results. AWS provides the token when the response from a previous call has more results than the maximum page size.
final
resultsByTime List<ResultByTime>?
The time period that is covered by the results in the response.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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