Class: Aws::IoT::Types::OutgoingCertificate

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

Overview

A certificate that has been transferred but not yet accepted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The certificate ARN.

Returns:

  • (String)


12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
# File 'lib/aws-sdk-iot/types.rb', line 12407

class OutgoingCertificate < Struct.new(
  :certificate_arn,
  :certificate_id,
  :transferred_to,
  :transfer_date,
  :transfer_message,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_idString

The certificate ID.

Returns:

  • (String)


12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
# File 'lib/aws-sdk-iot/types.rb', line 12407

class OutgoingCertificate < Struct.new(
  :certificate_arn,
  :certificate_id,
  :transferred_to,
  :transfer_date,
  :transfer_message,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#creation_dateTime

The certificate creation date.

Returns:

  • (Time)


12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
# File 'lib/aws-sdk-iot/types.rb', line 12407

class OutgoingCertificate < Struct.new(
  :certificate_arn,
  :certificate_id,
  :transferred_to,
  :transfer_date,
  :transfer_message,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#transfer_dateTime

The date the transfer was initiated.

Returns:

  • (Time)


12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
# File 'lib/aws-sdk-iot/types.rb', line 12407

class OutgoingCertificate < Struct.new(
  :certificate_arn,
  :certificate_id,
  :transferred_to,
  :transfer_date,
  :transfer_message,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#transfer_messageString

The transfer message.

Returns:

  • (String)


12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
# File 'lib/aws-sdk-iot/types.rb', line 12407

class OutgoingCertificate < Struct.new(
  :certificate_arn,
  :certificate_id,
  :transferred_to,
  :transfer_date,
  :transfer_message,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#transferred_toString

The Amazon Web Services account to which the transfer was made.

Returns:

  • (String)


12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
# File 'lib/aws-sdk-iot/types.rb', line 12407

class OutgoingCertificate < Struct.new(
  :certificate_arn,
  :certificate_id,
  :transferred_to,
  :transfer_date,
  :transfer_message,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end