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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb

Overview

Information for one billing record.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bill_dateTime

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

Returns:

  • (Time)


133
134
135
136
137
138
139
140
141
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 133

class BillingRecord < Struct.new(
  :domain_name,
  :operation,
  :invoice_id,
  :bill_date,
  :price)
  SENSITIVE = []
  include Aws::Structure
end

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


133
134
135
136
137
138
139
140
141
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 133

class BillingRecord < Struct.new(
  :domain_name,
  :operation,
  :invoice_id,
  :bill_date,
  :price)
  SENSITIVE = []
  include Aws::Structure
end

#invoice_idString

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

Returns:

  • (String)


133
134
135
136
137
138
139
140
141
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 133

class BillingRecord < Struct.new(
  :domain_name,
  :operation,
  :invoice_id,
  :bill_date,
  :price)
  SENSITIVE = []
  include Aws::Structure
end

#operationString

The operation that you were charged for.

Returns:

  • (String)


133
134
135
136
137
138
139
140
141
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 133

class BillingRecord < Struct.new(
  :domain_name,
  :operation,
  :invoice_id,
  :bill_date,
  :price)
  SENSITIVE = []
  include Aws::Structure
end

#priceFloat

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

Example value: 12.0

Returns:

  • (Float)


133
134
135
136
137
138
139
140
141
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 133

class BillingRecord < Struct.new(
  :domain_name,
  :operation,
  :invoice_id,
  :bill_date,
  :price)
  SENSITIVE = []
  include Aws::Structure
end