Class: Aws::Route53Domains::Types::DomainPrice

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

Overview

Information about the domain price associated with a TLD.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_ownership_priceTypes::PriceWithCurrency

The price for changing domain ownership.



807
808
809
810
811
812
813
814
815
816
# File 'gems/aws-sdk-route53domains/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

#nameString

The name of the TLD for which the prices apply.

Returns:

  • (String)


807
808
809
810
811
812
813
814
815
816
# File 'gems/aws-sdk-route53domains/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_priceTypes::PriceWithCurrency

The price for domain registration with Route 53.



807
808
809
810
811
812
813
814
815
816
# File 'gems/aws-sdk-route53domains/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_priceTypes::PriceWithCurrency

The price for renewing domain registration with Route 53.



807
808
809
810
811
812
813
814
815
816
# File 'gems/aws-sdk-route53domains/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_priceTypes::PriceWithCurrency

The price for restoring the domain with Route 53.



807
808
809
810
811
812
813
814
815
816
# File 'gems/aws-sdk-route53domains/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_priceTypes::PriceWithCurrency

The price for transferring the domain registration to Route 53.



807
808
809
810
811
812
813
814
815
816
# File 'gems/aws-sdk-route53domains/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