Class: Aws::Types::RenewalSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#automatic_renewal"DISABLED", ...

Returns the value of attribute automatic_renewal.

Returns:

  • ("DISABLED", "ENABLED", "UNAVAILABLE")


2756
2757
2758
# File 'sig/types.rbs', line 2756

def automatic_renewal
  @automatic_renewal
end

#renewal_count::Integer

Returns the value of attribute renewal_count.

Returns:

  • (::Integer)


2757
2758
2759
# File 'sig/types.rbs', line 2757

def renewal_count
  @renewal_count
end