Class: Aws::MediaLive::Types::ListInputDeviceTransfersResultModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListInputDeviceTransfersResultModel
- 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
-
#input_device_transfers ⇒ Array<Types::TransferringInputDeviceSummary>
The list of devices that you are transferring or are being transferred to you.
-
#next_token ⇒ String
A token to get additional list results.
Instance Attribute Details
#input_device_transfers ⇒ Array<Types::TransferringInputDeviceSummary>
The list of devices that you are transferring or are being transferred to you.
7813 7814 7815 7816 7817 7818 |
# File 'lib/aws-sdk-medialive/types.rb', line 7813 class ListInputDeviceTransfersResultModel < Struct.new( :input_device_transfers, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to get additional list results.
7813 7814 7815 7816 7817 7818 |
# File 'lib/aws-sdk-medialive/types.rb', line 7813 class ListInputDeviceTransfersResultModel < Struct.new( :input_device_transfers, :next_token) SENSITIVE = [] include Aws::Structure end |