Class: Aws::Types::RenewalTerm

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#adjustment_deadline::String

Returns the value of attribute adjustment_deadline.

Returns:

  • (::String)


699
700
701
# File 'sig/types.rbs', line 699

def adjustment_deadline
  @adjustment_deadline
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def id
  @id
end

#lockout_period::String

Returns the value of attribute lockout_period.

Returns:

  • (::String)


698
699
700
# File 'sig/types.rbs', line 698

def lockout_period
  @lockout_period
end

#max_renewals::Integer

Returns the value of attribute max_renewals.

Returns:

  • (::Integer)


697
698
699
# File 'sig/types.rbs', line 697

def max_renewals
  @max_renewals
end

#price_increaseTypes::PriceIncrease

Returns the value of attribute price_increase.



700
701
702
# File 'sig/types.rbs', line 700

def price_increase
  @price_increase
end

#term_templates::Array[Types::TermTemplate]

Returns the value of attribute term_templates.

Returns:



701
702
703
# File 'sig/types.rbs', line 701

def term_templates
  @term_templates
end

#type"ByolPricingTerm", ...

Returns the value of attribute type.



696
697
698
# File 'sig/types.rbs', line 696

def type
  @type
end