Class: Aws::Types::DomainPrice

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#change_ownership_priceTypes::PriceWithCurrency

Returns the value of attribute change_ownership_price.

Returns:



180
181
182
# File 'sig/types.rbs', line 180

def change_ownership_price
  @change_ownership_price
end

#name::String

Returns the value of attribute name.

Returns:



176
177
178
# File 'sig/types.rbs', line 176

def name
  @name
end

#registration_priceTypes::PriceWithCurrency

Returns the value of attribute registration_price.

Returns:



177
178
179
# File 'sig/types.rbs', line 177

def registration_price
  @registration_price
end

#renewal_priceTypes::PriceWithCurrency

Returns the value of attribute renewal_price.

Returns:



179
180
181
# File 'sig/types.rbs', line 179

def renewal_price
  @renewal_price
end

#restoration_priceTypes::PriceWithCurrency

Returns the value of attribute restoration_price.

Returns:



181
182
183
# File 'sig/types.rbs', line 181

def restoration_price
  @restoration_price
end

#transfer_priceTypes::PriceWithCurrency

Returns the value of attribute transfer_price.

Returns:



178
179
180
# File 'sig/types.rbs', line 178

def transfer_price
  @transfer_price
end