Class: Aws::IoT::Types::RejectCertificateTransferRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::RejectCertificateTransferRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The input for the RejectCertificateTransfer operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_id ⇒ String
The ID of the certificate.
-
#reject_reason ⇒ String
The reason the certificate transfer was rejected.
Instance Attribute Details
#certificate_id ⇒ String
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
14315 14316 14317 14318 14319 14320 |
# File 'lib/aws-sdk-iot/types.rb', line 14315 class RejectCertificateTransferRequest < Struct.new( :certificate_id, :reject_reason) SENSITIVE = [] include Aws::Structure end |
#reject_reason ⇒ String
The reason the certificate transfer was rejected.
14315 14316 14317 14318 14319 14320 |
# File 'lib/aws-sdk-iot/types.rb', line 14315 class RejectCertificateTransferRequest < Struct.new( :certificate_id, :reject_reason) SENSITIVE = [] include Aws::Structure end |