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
7829 7830 7831 7832 7833 7834 7835 |
# File 'lib/aws-sdk-medialive/types.rb', line 7829 class ListInputDeviceTransfersRequest < Struct.new( :max_results, :next_token, :transfer_type) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
7829 7830 7831 7832 7833 7834 7835 |
# File 'lib/aws-sdk-medialive/types.rb', line 7829 class ListInputDeviceTransfersRequest < Struct.new( :max_results, :next_token, :transfer_type) SENSITIVE = [] include Aws::Structure end |
#transfer_type ⇒ String
7829 7830 7831 7832 7833 7834 7835 |
# File 'lib/aws-sdk-medialive/types.rb', line 7829 class ListInputDeviceTransfersRequest < Struct.new( :max_results, :next_token, :transfer_type) SENSITIVE = [] include Aws::Structure end |