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)


2213
2214
2215
2216
2217
2218
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2213

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

#priceFloat

The price of a domain, in a specific currency.

Returns:

  • (Float)


2213
2214
2215
2216
2217
2218
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2213

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