Class: Aws::IoT::Types::TransferCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::TransferCertificateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The output from the TransferCertificate operation.
Instance Attribute Summary collapse
-
#transferred_certificate_arn ⇒ String
The ARN of the certificate.
Instance Attribute Details
#transferred_certificate_arn ⇒ String
The ARN of the certificate.
10632 10633 10634 10635 |
# File 'lib/aws-sdk-iot/types.rb', line 10632 class TransferCertificateResponse < Struct.new( :transferred_certificate_arn) include Aws::Structure end |