Class: Aws::Types::Certificate
- Inherits:
-
Object
- Object
- Aws::Types::Certificate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#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
#body ⇒ ::String
Returns the value of attribute body.
163 164 165 |
# File 'sig/types.rbs', line 163 def body @body end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
160 161 162 |
# File 'sig/types.rbs', line 160 def issuer @issuer end |
#not_valid_after ⇒ ::Time
Returns the value of attribute not_valid_after.
162 163 164 |
# File 'sig/types.rbs', line 162 def not_valid_after @not_valid_after end |
#not_valid_before ⇒ ::Time
Returns the value of attribute not_valid_before.
161 162 163 |
# File 'sig/types.rbs', line 161 def not_valid_before @not_valid_before end |
#subject ⇒ ::String
Returns the value of attribute subject.
159 160 161 |
# File 'sig/types.rbs', line 159 def subject @subject end |
#thumbprint ⇒ ::String
Returns the value of attribute thumbprint.
158 159 160 |
# File 'sig/types.rbs', line 158 def thumbprint @thumbprint end |