Class: Aws::Types::CertificateSummary
- Inherits:
-
Object
- Object
- Aws::Types::CertificateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#issuer ⇒ ::String
Returns the value of attribute issuer.
-
#not_valid_after ⇒ ::Time
Returns the value of attribute not_valid_after.
-
#not_valid_before ⇒ ::Time
Returns the value of attribute not_valid_before.
-
#subject ⇒ ::String
Returns the value of attribute subject.
-
#thumbprint ⇒ ::String
Returns the value of attribute thumbprint.
Instance Attribute Details
#issuer ⇒ ::String
Returns the value of attribute issuer.
170 171 172 |
# File 'sig/types.rbs', line 170 def issuer @issuer end |
#not_valid_after ⇒ ::Time
Returns the value of attribute not_valid_after.
172 173 174 |
# File 'sig/types.rbs', line 172 def not_valid_after @not_valid_after end |
#not_valid_before ⇒ ::Time
Returns the value of attribute not_valid_before.
171 172 173 |
# File 'sig/types.rbs', line 171 def not_valid_before @not_valid_before end |
#subject ⇒ ::String
Returns the value of attribute subject.
169 170 171 |
# File 'sig/types.rbs', line 169 def subject @subject end |
#thumbprint ⇒ ::String
Returns the value of attribute thumbprint.
168 169 170 |
# File 'sig/types.rbs', line 168 def thumbprint @thumbprint end |