BillingRecord

public struct BillingRecord : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date that the operation was billed, in Unix format.

    Declaration

    Swift

    public let billDate: TimeStamp?
  • 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.

    Declaration

    Swift

    public let domainName: String?
  • The ID of the invoice that is associated with the billing record.

    Declaration

    Swift

    public let invoiceId: String?
  • The operation that you were charged for.

    Declaration

    Swift

    public let operation: OperationType?
  • The price that you were charged for the operation, in US dollars. Example value: 12.0

    Declaration

    Swift

    public let price: Double?
  • Undocumented

    Declaration

    Swift

    public init(billDate: TimeStamp? = nil, domainName: String? = nil, invoiceId: String? = nil, operation: OperationType? = nil, price: Double? = nil)