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.
196 197 198 |
# File 'sig/types.rbs', line 196 def ca_identifier @ca_identifier end |
#valid_till ⇒ ::Time
Returns the value of attribute valid_till.
197 198 199 |
# File 'sig/types.rbs', line 197 def valid_till @valid_till end |