Class: Aws::IoT::Types::TransferCertificateResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

The output from the TransferCertificate operation.

Instance Attribute Summary collapse

Instance Attribute Details

#transferred_certificate_arnString

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