Class: Aws::Route53Domains::Types::PriceWithCurrency
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::PriceWithCurrency
- 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
-
#currency ⇒ String
The currency specifier.
-
#price ⇒ Float
The price of a domain, in a specific currency.
Instance Attribute Details
#currency ⇒ String
The currency specifier.
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 |
#price ⇒ Float
The price of a domain, in a specific currency.
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 |