GetReservationUtilizationResponse
public struct GetReservationUtilizationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let nextPageToken: String?
-
The total amount of time that you used your RIs.
Declaration
Swift
public let total: ReservationAggregates?
-
The amount of time that you used your RIs.
Declaration
Swift
public let utilizationsByTime: [UtilizationByTime]
-
Undocumented
Declaration
Swift
public init(nextPageToken: String? = nil, total: ReservationAggregates? = nil, utilizationsByTime: [UtilizationByTime])