Class: Aws::Types::UpdateCertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_date ⇒ ::Time
Returns the value of attribute active_date.
-
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#inactive_date ⇒ ::Time
Returns the value of attribute inactive_date.
Instance Attribute Details
#active_date ⇒ ::Time
Returns the value of attribute active_date.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def active_date @active_date end |
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def certificate_id @certificate_id end |
#description ⇒ ::String
Returns the value of attribute description.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def description @description end |
#inactive_date ⇒ ::Time
Returns the value of attribute inactive_date.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def inactive_date @inactive_date end |