Class: Aws::Types::RenewDomainRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_expiry_year::Integer

Returns the value of attribute current_expiry_year.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


441
442
443
# File 'sig/types.rbs', line 441

def duration_in_years
  @duration_in_years
end