Class: Aws::Types::ExportCertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::ExportCertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#passphrase ⇒ ::String
Returns the value of attribute passphrase.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
544 545 546 |
# File 'sig/types.rbs', line 544 def certificate_arn @certificate_arn end |
#passphrase ⇒ ::String
Returns the value of attribute passphrase.
545 546 547 |
# File 'sig/types.rbs', line 545 def passphrase @passphrase end |