Class: Aws::MediaLive::Types::ListInputDeviceTransfersResultModel

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

The list of input devices in the transferred state. The recipient hasn’t yet accepted or rejected the transfer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_device_transfersArray<Types::TransferringInputDeviceSummary>

The list of devices that you are transferring or are being transferred to you.



7591
7592
7593
7594
7595
7596
# File 'lib/aws-sdk-medialive/types.rb', line 7591

class ListInputDeviceTransfersResultModel < Struct.new(
  :input_device_transfers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to get additional list results.

Returns:

  • (String)


7591
7592
7593
7594
7595
7596
# File 'lib/aws-sdk-medialive/types.rb', line 7591

class ListInputDeviceTransfersResultModel < Struct.new(
  :input_device_transfers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end