Class: Aws::Route53Domains::Types::ViewBillingResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#billing_recordsArray<Types::BillingRecord>

A summary of billing records.

Returns:



3202
3203
3204
3205
3206
3207
# File 'lib/aws-sdk-route53domains/types.rb', line 3202

class ViewBillingResponse < Struct.new(
  :next_page_marker,
  :billing_records)
  SENSITIVE = []
  include Aws::Structure
end

#next_page_markerString

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

Returns:

  • (String)


3202
3203
3204
3205
3206
3207
# File 'lib/aws-sdk-route53domains/types.rb', line 3202

class ViewBillingResponse < Struct.new(
  :next_page_marker,
  :billing_records)
  SENSITIVE = []
  include Aws::Structure
end