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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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.



7634
7635
7636
7637
7638
7639
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7634

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)


7634
7635
7636
7637
7638
7639
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7634

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