Class: Aws::Types::CertificateValidity
- Inherits:
-
Object
- Object
- Aws::Types::CertificateValidity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#renewal_period ⇒ Types::ValidityPeriod
Returns the value of attribute renewal_period.
-
#validity_period ⇒ Types::ValidityPeriod
Returns the value of attribute validity_period.
Instance Attribute Details
#renewal_period ⇒ Types::ValidityPeriod
Returns the value of attribute renewal_period.
63 64 65 |
# File 'sig/types.rbs', line 63 def renewal_period @renewal_period end |
#validity_period ⇒ Types::ValidityPeriod
Returns the value of attribute validity_period.
64 65 66 |
# File 'sig/types.rbs', line 64 def validity_period @validity_period end |