Class: Aws::Types::CertificateAuthorityValidity
- Inherits:
-
Object
- Object
- Aws::Types::CertificateAuthorityValidity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#not_after ⇒ ::Time
Returns the value of attribute not_after.
-
#not_before ⇒ ::Time
Returns the value of attribute not_before.
Instance Attribute Details
#not_after ⇒ ::Time
Returns the value of attribute not_after.
369 370 371 |
# File 'sig/types.rbs', line 369 def not_after @not_after end |
#not_before ⇒ ::Time
Returns the value of attribute not_before.
368 369 370 |
# File 'sig/types.rbs', line 368 def not_before @not_before end |