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
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.
3193 3194 3195 3196 3197 3198 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 3193 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
.
3193 3194 3195 3196 3197 3198 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 3193 class ViewBillingResponse < Struct.new( :next_page_marker, :billing_records) SENSITIVE = [] include Aws::Structure end |