Class: Aws::MediaLive::Types::ListInputDeviceTransfersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListInputDeviceTransfersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#max_results ⇒ Integer
7776 7777 7778 7779 7780 7781 7782 |
# File 'lib/aws-sdk-medialive/types.rb', line 7776 class ListInputDeviceTransfersRequest < Struct.new( :max_results, :next_token, :transfer_type) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
7776 7777 7778 7779 7780 7781 7782 |
# File 'lib/aws-sdk-medialive/types.rb', line 7776 class ListInputDeviceTransfersRequest < Struct.new( :max_results, :next_token, :transfer_type) SENSITIVE = [] include Aws::Structure end |
#transfer_type ⇒ String
7776 7777 7778 7779 7780 7781 7782 |
# File 'lib/aws-sdk-medialive/types.rb', line 7776 class ListInputDeviceTransfersRequest < Struct.new( :max_results, :next_token, :transfer_type) SENSITIVE = [] include Aws::Structure end |