Class: Aws::Types::RenewDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::RenewDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_expiry_year ⇒ ::Integer
Returns the value of attribute current_expiry_year.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#duration_in_years ⇒ ::Integer
Returns the value of attribute duration_in_years.
Instance Attribute Details
#current_expiry_year ⇒ ::Integer
Returns the value of attribute current_expiry_year.
442 443 444 |
# File 'sig/types.rbs', line 442 def current_expiry_year @current_expiry_year end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
440 441 442 |
# File 'sig/types.rbs', line 440 def domain_name @domain_name end |
#duration_in_years ⇒ ::Integer
Returns the value of attribute duration_in_years.
441 442 443 |
# File 'sig/types.rbs', line 441 def duration_in_years @duration_in_years end |