You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53Domains::Types::ViewBillingRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ViewBillingRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  start: Time.now,
  end: Time.now,
  marker: "PageMarker",
  max_items: 1,
}

The ViewBilling request includes the following elements.

Instance Attribute Summary collapse

Instance Attribute Details

#endTime

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).

Returns:

  • (Time)

    The end date and time for the time period for which you want a list of billing records.

#markerString

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.

Returns:

  • (String)

    For an initial request for a list of billing records, omit this element.

#max_itemsInteger

The number of billing records to be returned.

Default: 20

Returns:

  • (Integer)

    The number of billing records to be returned.

#startTime

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).

Returns:

  • (Time)

    The beginning date and time for the time period for which you want a list of billing records.