Class: Aws::Route53Domains::Types::DomainPrice
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::DomainPrice
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
Information about the domain price associated with a TLD.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_ownership_price ⇒ Types::PriceWithCurrency
The price for changing domain ownership.
-
#name ⇒ String
The name of the TLD for which the prices apply.
-
#registration_price ⇒ Types::PriceWithCurrency
The price for domain registration with Route 53.
-
#renewal_price ⇒ Types::PriceWithCurrency
The price for renewing domain registration with Route 53.
-
#restoration_price ⇒ Types::PriceWithCurrency
The price for restoring the domain with Route 53.
-
#transfer_price ⇒ Types::PriceWithCurrency
The price for transferring the domain registration to Route 53.
Instance Attribute Details
#change_ownership_price ⇒ Types::PriceWithCurrency
The price for changing domain ownership.
807 808 809 810 811 812 813 814 815 816 |
# File 'lib/aws-sdk-route53domains/types.rb', line 807 class DomainPrice < Struct.new( :name, :registration_price, :transfer_price, :renewal_price, :change_ownership_price, :restoration_price) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the TLD for which the prices apply.
807 808 809 810 811 812 813 814 815 816 |
# File 'lib/aws-sdk-route53domains/types.rb', line 807 class DomainPrice < Struct.new( :name, :registration_price, :transfer_price, :renewal_price, :change_ownership_price, :restoration_price) SENSITIVE = [] include Aws::Structure end |
#registration_price ⇒ Types::PriceWithCurrency
The price for domain registration with Route 53.
807 808 809 810 811 812 813 814 815 816 |
# File 'lib/aws-sdk-route53domains/types.rb', line 807 class DomainPrice < Struct.new( :name, :registration_price, :transfer_price, :renewal_price, :change_ownership_price, :restoration_price) SENSITIVE = [] include Aws::Structure end |
#renewal_price ⇒ Types::PriceWithCurrency
The price for renewing domain registration with Route 53.
807 808 809 810 811 812 813 814 815 816 |
# File 'lib/aws-sdk-route53domains/types.rb', line 807 class DomainPrice < Struct.new( :name, :registration_price, :transfer_price, :renewal_price, :change_ownership_price, :restoration_price) SENSITIVE = [] include Aws::Structure end |
#restoration_price ⇒ Types::PriceWithCurrency
The price for restoring the domain with Route 53.
807 808 809 810 811 812 813 814 815 816 |
# File 'lib/aws-sdk-route53domains/types.rb', line 807 class DomainPrice < Struct.new( :name, :registration_price, :transfer_price, :renewal_price, :change_ownership_price, :restoration_price) SENSITIVE = [] include Aws::Structure end |
#transfer_price ⇒ Types::PriceWithCurrency
The price for transferring the domain registration to Route 53.
807 808 809 810 811 812 813 814 815 816 |
# File 'lib/aws-sdk-route53domains/types.rb', line 807 class DomainPrice < Struct.new( :name, :registration_price, :transfer_price, :renewal_price, :change_ownership_price, :restoration_price) SENSITIVE = [] include Aws::Structure end |