You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Route53Domains::Types::ViewBillingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::ViewBillingResponse
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#billing_records ⇒ Array<Types::BillingRecord>
A summary of billing records.
-
#next_page_marker ⇒ String
If there are more billing records than you specified for
MaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.
Instance Attribute Details
#billing_records ⇒ Array<Types::BillingRecord>
A summary of billing records.
#next_page_marker ⇒ String
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
.