Class: Aws::IoT::Types::TransferCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::TransferCertificateResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The output from the TransferCertificate operation.
Constant Summary collapse
- SENSITIVE =
[]
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.
16949 16950 16951 16952 16953 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16949 class TransferCertificateResponse < Struct.new( :transferred_certificate_arn) SENSITIVE = [] include Aws::Structure end |