Class: Aws::MediaLive::Types::ListInputDeviceTransfersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListInputDeviceTransfersResponse
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#input_device_transfers ⇒ Array<Types::TransferringInputDeviceSummary>
7845 7846 7847 7848 7849 7850 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7845 class ListInputDeviceTransfersResponse < Struct.new( :input_device_transfers, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
7845 7846 7847 7848 7849 7850 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7845 class ListInputDeviceTransfersResponse < Struct.new( :input_device_transfers, :next_token) SENSITIVE = [] include Aws::Structure end |