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

Class: Aws::IoT::Types::TransferData

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

Overview

Data used to transfer a certificate to an AWS account.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#accept_dateTime

The date the transfer was accepted.

Returns:

  • (Time)

    The date the transfer was accepted.

#reject_dateTime

The date the transfer was rejected.

Returns:

  • (Time)

    The date the transfer was rejected.

#reject_reasonString

The reason why the transfer was rejected.

Returns:

  • (String)

    The reason why the transfer was rejected.

#transfer_dateTime

The date the transfer took place.

Returns:

  • (Time)

    The date the transfer took place.

#transfer_messageString

The transfer message.

Returns:

  • (String)

    The transfer message.