Class: Aws::Types::RejectCertificateTransferRequest
- Inherits:
-
Object
- Object
- Aws::Types::RejectCertificateTransferRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
-
#reject_reason ⇒ ::String
Returns the value of attribute reject_reason.
Instance Attribute Details
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
4250 4251 4252 |
# File 'sig/types.rbs', line 4250 def certificate_id @certificate_id end |
#reject_reason ⇒ ::String
Returns the value of attribute reject_reason.
4251 4252 4253 |
# File 'sig/types.rbs', line 4251 def reject_reason @reject_reason end |