ViewBillingResponse
public struct ViewBillingResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A summary of billing records.
Declaration
Swift
public let billingRecords: [BillingRecord]?
-
If there are more billing records than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.
Declaration
Swift
public let nextPageMarker: String?
-
Undocumented
Declaration
Swift
public init(billingRecords: [BillingRecord]? = nil, nextPageMarker: String? = nil)