Class: Aws::Types::CertificateValidity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#renewal_periodTypes::ValidityPeriod

Returns the value of attribute renewal_period.



63
64
65
# File 'sig/types.rbs', line 63

def renewal_period
  @renewal_period
end

#validity_periodTypes::ValidityPeriod

Returns the value of attribute validity_period.



64
65
66
# File 'sig/types.rbs', line 64

def validity_period
  @validity_period
end