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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transferred_certificate_arnString

The ARN of the certificate.

Returns:

  • (String)


16990
16991
16992
16993
16994
# File 'lib/aws-sdk-iot/types.rb', line 16990

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