Class: Aws::Types::CACertificate
- Inherits:
-
Object
- Object
- Aws::Types::CACertificate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
438 439 440 |
# File 'sig/types.rbs', line 438 def certificate_arn @certificate_arn end |
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
439 440 441 |
# File 'sig/types.rbs', line 439 def certificate_id @certificate_id end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
441 442 443 |
# File 'sig/types.rbs', line 441 def creation_date @creation_date end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
440 441 442 |
# File 'sig/types.rbs', line 440 def status @status end |