Struct rusoto_route53domains::ViewBillingResponse [] [src]

pub struct ViewBillingResponse {
    pub billing_records: Option<BillingRecords>,
    pub next_page_marker: Option<PageMarker>,
}

The ViewBilling response includes the following elements.

Fields

A summary of billing records.

Type: Complex type containing a list of billing record summaries.

Children: DomainName, Operation, InvoiceId, BillDate and Price

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.

Type: String

Parent: BillingRecords

Trait Implementations

impl Default for ViewBillingResponse
[src]

Returns the "default value" for a type. Read more

impl Debug for ViewBillingResponse
[src]

Formats the value using the given formatter.

impl Clone for ViewBillingResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more