BillingRecord

Information for one billing record.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

The operation that you were charged for.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: BillingRecord.Builder.() -> Unit = {}): BillingRecord
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String