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:



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_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)


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