Class: Aws::Types::DomainPrice
- Inherits:
-
Object
- Object
- Aws::Types::DomainPrice
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_ownership_price ⇒ Types::PriceWithCurrency
Returns the value of attribute change_ownership_price.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#registration_price ⇒ Types::PriceWithCurrency
Returns the value of attribute registration_price.
-
#renewal_price ⇒ Types::PriceWithCurrency
Returns the value of attribute renewal_price.
-
#restoration_price ⇒ Types::PriceWithCurrency
Returns the value of attribute restoration_price.
-
#transfer_price ⇒ Types::PriceWithCurrency
Returns the value of attribute transfer_price.
Instance Attribute Details
#change_ownership_price ⇒ Types::PriceWithCurrency
Returns the value of attribute change_ownership_price.
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.
176 177 178 |
# File 'sig/types.rbs', line 176 def name @name end |
#registration_price ⇒ Types::PriceWithCurrency
Returns the value of attribute registration_price.
177 178 179 |
# File 'sig/types.rbs', line 177 def registration_price @registration_price end |
#renewal_price ⇒ Types::PriceWithCurrency
Returns the value of attribute renewal_price.
179 180 181 |
# File 'sig/types.rbs', line 179 def renewal_price @renewal_price end |
#restoration_price ⇒ Types::PriceWithCurrency
Returns the value of attribute restoration_price.
181 182 183 |
# File 'sig/types.rbs', line 181 def restoration_price @restoration_price end |
#transfer_price ⇒ Types::PriceWithCurrency
Returns the value of attribute transfer_price.
178 179 180 |
# File 'sig/types.rbs', line 178 def transfer_price @transfer_price end |