Class: Aws::Route53Domains::Types::PriceWithCurrency

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

Overview

Currency-specific price information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currencyString

The currency specifier.

Returns:

  • (String)


2223
2224
2225
2226
2227
2228
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2223

class PriceWithCurrency < Struct.new(
  :price,
  :currency)
  SENSITIVE = []
  include Aws::Structure
end

#priceFloat

The price of a domain, in a specific currency.

Returns:

  • (Float)


2223
2224
2225
2226
2227
2228
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2223

class PriceWithCurrency < Struct.new(
  :price,
  :currency)
  SENSITIVE = []
  include Aws::Structure
end