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)


16990
16991
16992
16993
16994
16995
16996
16997
16998
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16990

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)


16990
16991
16992
16993
16994
16995
16996
16997
16998
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16990

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)


16990
16991
16992
16993
16994
16995
16996
16997
16998
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16990

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)


16990
16991
16992
16993
16994
16995
16996
16997
16998
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16990

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)


16990
16991
16992
16993
16994
16995
16996
16997
16998
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16990

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