Class: Aws::IoT::Types::TransferCertificateRequest

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

Overview

The input for the TransferCertificate operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_idString

The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)

Returns:

  • (String)


15513
15514
15515
15516
15517
15518
15519
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15513

class TransferCertificateRequest < Struct.new(
  :certificate_id,
  :target_aws_account,
  :transfer_message)
  SENSITIVE = []
  include Aws::Structure
end

#target_aws_accountString

The Amazon Web Services account.

Returns:

  • (String)


15513
15514
15515
15516
15517
15518
15519
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15513

class TransferCertificateRequest < Struct.new(
  :certificate_id,
  :target_aws_account,
  :transfer_message)
  SENSITIVE = []
  include Aws::Structure
end

#transfer_messageString

The transfer message.

Returns:

  • (String)


15513
15514
15515
15516
15517
15518
15519
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15513

class TransferCertificateRequest < Struct.new(
  :certificate_id,
  :target_aws_account,
  :transfer_message)
  SENSITIVE = []
  include Aws::Structure
end