Class: Aws::Types::CreateCertificateFromCsrResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateCertificateFromCsrResponse
- 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.
-
#certificate_pem ⇒ ::String
Returns the value of attribute certificate_pem.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
792 793 794 |
# File 'sig/types.rbs', line 792 def certificate_arn @certificate_arn end |
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
793 794 795 |
# File 'sig/types.rbs', line 793 def certificate_id @certificate_id end |
#certificate_pem ⇒ ::String
Returns the value of attribute certificate_pem.
794 795 796 |
# File 'sig/types.rbs', line 794 def certificate_pem @certificate_pem end |