Class: Aws::Types::CertificateDetails
- Inherits:
-
Object
- Object
- Aws::Types::CertificateDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ca_identifier ⇒ ::String
Returns the value of attribute ca_identifier.
-
#valid_till ⇒ ::Time
Returns the value of attribute valid_till.
Instance Attribute Details
#ca_identifier ⇒ ::String
Returns the value of attribute ca_identifier.
59 60 61 |
# File 'sig/types.rbs', line 59 def ca_identifier @ca_identifier end |
#valid_till ⇒ ::Time
Returns the value of attribute valid_till.
60 61 62 |
# File 'sig/types.rbs', line 60 def valid_till @valid_till end |