Class: Aws::Types::TlsCertificateData
- Inherits:
-
Object
- Object
- Aws::Types::TlsCertificateData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#certificate_serial ⇒ ::String
Returns the value of attribute certificate_serial.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def certificate_arn @certificate_arn end |
#certificate_serial ⇒ ::String
Returns the value of attribute certificate_serial.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def certificate_serial @certificate_serial end |
#status ⇒ ::String
Returns the value of attribute status.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def @status_message end |