Class: Aws::IoT::Types::TransferData
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::TransferData
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
- 
  
    
      #accept_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date the transfer was accepted.
 - 
  
    
      #reject_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date the transfer was rejected.
 - 
  
    
      #reject_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason why the transfer was rejected.
 - 
  
    
      #transfer_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date the transfer took place.
 - 
  
    
      #transfer_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The transfer message.
 
Instance Attribute Details
#accept_date ⇒ Time
The date the transfer was accepted.
      15568 15569 15570 15571 15572 15573 15574 15575 15576  | 
    
      # File '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_date ⇒ Time
The date the transfer was rejected.
      15568 15569 15570 15571 15572 15573 15574 15575 15576  | 
    
      # File '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_reason ⇒ String
The reason why the transfer was rejected.
      15568 15569 15570 15571 15572 15573 15574 15575 15576  | 
    
      # File '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_date ⇒ Time
The date the transfer took place.
      15568 15569 15570 15571 15572 15573 15574 15575 15576  | 
    
      # File '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_message ⇒ String
The transfer message.
      15568 15569 15570 15571 15572 15573 15574 15575 15576  | 
    
      # File '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  |