Class: Aws::Route53Domains::Types::ViewBillingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::ViewBillingResponse
- Includes:
- Structure
- Defined in:
- 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 of `NextPageMarker` in the value of `Marker`.
Instance Attribute Details
#billing_records ⇒ Array<Types::BillingRecord>
A summary of billing records.
3192 3193 3194 3195 3196 3197 |
# File 'lib/aws-sdk-route53domains/types.rb', line 3192 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`.
3192 3193 3194 3195 3196 3197 |
# File 'lib/aws-sdk-route53domains/types.rb', line 3192 class ViewBillingResponse < Struct.new( :next_page_marker, :billing_records) SENSITIVE = [] include Aws::Structure end |