You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53Domains::Types::BillingRecord

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information for one billing record.

Instance Attribute Summary collapse

Instance Attribute Details

#bill_dateTime

The date that the operation was billed, in Unix format.

Returns:

  • (Time)

    The date that the operation was billed, in Unix format.

#domain_nameString

The name of the domain that the billing record applies to. If the domain name contains characters other than a-z, 0-9, and - (hyphen), such as an internationalized domain name, then this value is in Punycode. For more information, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.

Returns:

  • (String)

    The name of the domain that the billing record applies to.

#invoice_idString

The ID of the invoice that is associated with the billing record.

Returns:

  • (String)

    The ID of the invoice that is associated with the billing record.

#operationString

The operation that you were charged for.

Possible values:

  • REGISTER_DOMAIN
  • DELETE_DOMAIN
  • TRANSFER_IN_DOMAIN
  • UPDATE_DOMAIN_CONTACT
  • UPDATE_NAMESERVER
  • CHANGE_PRIVACY_PROTECTION
  • DOMAIN_LOCK
  • ENABLE_AUTORENEW
  • DISABLE_AUTORENEW
  • ADD_DNSSEC
  • REMOVE_DNSSEC
  • EXPIRE_DOMAIN
  • TRANSFER_OUT_DOMAIN
  • CHANGE_DOMAIN_OWNER
  • RENEW_DOMAIN
  • PUSH_DOMAIN
  • INTERNAL_TRANSFER_OUT_DOMAIN
  • INTERNAL_TRANSFER_IN_DOMAIN

Returns:

  • (String)

    The operation that you were charged for.

#priceFloat

The price that you were charged for the operation, in US dollars.

Example value: 12.0

Returns:

  • (Float)

    The price that you were charged for the operation, in US dollars.