Class: Aws::IoT::Types::CancelCertificateTransferRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CancelCertificateTransferRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The input for the CancelCertificateTransfer operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_id ⇒ String
The ID of the certificate.
Instance Attribute Details
#certificate_id ⇒ String
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
1700 1701 1702 1703 1704 |
# File 'lib/aws-sdk-iot/types.rb', line 1700 class CancelCertificateTransferRequest < Struct.new( :certificate_id) SENSITIVE = [] include Aws::Structure end |