Class: Aws::Route53Domains::Types::ViewBillingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::ViewBillingResponse
- Defined in:
- gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb
Overview
The ViewBilling response includes the following elements.
Constant Summary collapse
- SENSITIVE =
[]
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
MaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.
Instance Attribute Details
#billing_records ⇒ Array<Types::BillingRecord>
A summary of billing records.
3325 3326 3327 3328 3329 3330 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 3325 class ViewBillingResponse < Struct.new( :next_page_marker, :billing_records) SENSITIVE = [] include Aws::Structure end |
#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.
3325 3326 3327 3328 3329 3330 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 3325 class ViewBillingResponse < Struct.new( :next_page_marker, :billing_records) SENSITIVE = [] include Aws::Structure end |