ViewBillingRequest
public struct ViewBillingRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The end date and time for the time period for which you want a list of billing records. Specify the date and time in Unix time format and Coordinated Universal time (UTC).
Declaration
Swift
public let end: TimeStamp?
-
For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current AWS account during the specified period is greater than the value that you specified for MaxItems, you can use Marker to return additional billing records. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element. Constraints: The marker must match the value of NextPageMarker that was returned in the previous response.
Declaration
Swift
public let marker: String?
-
The number of billing records to be returned. Default: 20
Declaration
Swift
public let maxItems: Int?
-
The beginning date and time for the time period for which you want a list of billing records. Specify the date and time in Unix time format and Coordinated Universal time (UTC).
Declaration
Swift
public let start: TimeStamp?
-
Declaration
Swift
public func validate(name: String) throws