You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A certificate that has been transferred but not yet accepted.

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The certificate ARN.

Returns:

  • (String)

    The certificate ARN.

#certificate_idString

The certificate ID.

Returns:

  • (String)

    The certificate ID.

#creation_dateTime

The certificate creation date.

Returns:

  • (Time)

    The certificate creation date.

#transfer_dateTime

The date the transfer was initiated.

Returns:

  • (Time)

    The date the transfer was initiated.

#transfer_messageString

The transfer message.

Returns:

  • (String)

    The transfer message.

#transferred_toString

The AWS account to which the transfer was made.

Returns:

  • (String)

    The AWS account to which the transfer was made.