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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#transferred_certificate_arnString

The ARN of the certificate.

Returns:

  • (String)


15527
15528
15529
15530
15531
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15527

class TransferCertificateResponse < Struct.new(
  :transferred_certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end