Class: Aws::MediaLive::Types::TransferringInputDeviceSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::TransferringInputDeviceSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Details about the input device that is being transferred.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique ID of the input device.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The optional message that the sender has attached to the transfer.
 - 
  
    
      #target_customer_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The AWS account ID for the recipient of the input device transfer.
 - 
  
    
      #transfer_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type (direction) of the input device transfer.
 
Instance Attribute Details
#id ⇒ String
The unique ID of the input device.
      12366 12367 12368 12369 12370 12371 12372 12373  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12366 class TransferringInputDeviceSummary < Struct.new( :id, :message, :target_customer_id, :transfer_type) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
The optional message that the sender has attached to the transfer.
      12366 12367 12368 12369 12370 12371 12372 12373  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12366 class TransferringInputDeviceSummary < Struct.new( :id, :message, :target_customer_id, :transfer_type) SENSITIVE = [] include Aws::Structure end  | 
  
#target_customer_id ⇒ String
The AWS account ID for the recipient of the input device transfer.
      12366 12367 12368 12369 12370 12371 12372 12373  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12366 class TransferringInputDeviceSummary < Struct.new( :id, :message, :target_customer_id, :transfer_type) SENSITIVE = [] include Aws::Structure end  | 
  
#transfer_type ⇒ String
The type (direction) of the input device transfer.
      12366 12367 12368 12369 12370 12371 12372 12373  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12366 class TransferringInputDeviceSummary < Struct.new( :id, :message, :target_customer_id, :transfer_type) SENSITIVE = [] include Aws::Structure end  |