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

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

Overview

Data used to transfer a certificate to an Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_dateTime

The date the transfer was accepted.

Returns:

  • (Time)


15568
15569
15570
15571
15572
15573
15574
15575
15576
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15568

class TransferData < Struct.new(
  :transfer_message,
  :reject_reason,
  :transfer_date,
  :accept_date,
  :reject_date)
  SENSITIVE = []
  include Aws::Structure
end

#reject_dateTime

The date the transfer was rejected.

Returns:

  • (Time)


15568
15569
15570
15571
15572
15573
15574
15575
15576
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15568

class TransferData < Struct.new(
  :transfer_message,
  :reject_reason,
  :transfer_date,
  :accept_date,
  :reject_date)
  SENSITIVE = []
  include Aws::Structure
end

#reject_reasonString

The reason why the transfer was rejected.

Returns:

  • (String)


15568
15569
15570
15571
15572
15573
15574
15575
15576
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15568

class TransferData < Struct.new(
  :transfer_message,
  :reject_reason,
  :transfer_date,
  :accept_date,
  :reject_date)
  SENSITIVE = []
  include Aws::Structure
end

#transfer_dateTime

The date the transfer took place.

Returns:

  • (Time)


15568
15569
15570
15571
15572
15573
15574
15575
15576
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15568

class TransferData < Struct.new(
  :transfer_message,
  :reject_reason,
  :transfer_date,
  :accept_date,
  :reject_date)
  SENSITIVE = []
  include Aws::Structure
end

#transfer_messageString

The transfer message.

Returns:

  • (String)


15568
15569
15570
15571
15572
15573
15574
15575
15576
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15568

class TransferData < Struct.new(
  :transfer_message,
  :reject_reason,
  :transfer_date,
  :accept_date,
  :reject_date)
  SENSITIVE = []
  include Aws::Structure
end