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
- Struct
- Aws::Route53Domains::Types::BillingRecord
- Defined in:
- (unknown)
Overview
Information for one billing record.
Instance Attribute Summary collapse
-
#bill_date ⇒ Time
The date that the operation was billed, in Unix format.
-
#domain_name ⇒ String
The name of the domain that the billing record applies to.
-
#invoice_id ⇒ String
The ID of the invoice that is associated with the billing record.
-
#operation ⇒ String
The operation that you were charged for.
-
#price ⇒ Float
The price that you were charged for the operation, in US dollars.
Instance Attribute Details
#bill_date ⇒ Time
The date that the operation was billed, in Unix format.
#domain_name ⇒ String
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.
#invoice_id ⇒ String
The ID of the invoice that is associated with the billing record.
#operation ⇒ String
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
#price ⇒ Float
The price that you were charged for the operation, in US dollars.
Example value: 12.0