Class: Aws::MediaLive::Types::ListInputDeviceTransfersRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Returns:

  • (Integer)


7507
7508
7509
7510
7511
7512
7513
# File 'lib/aws-sdk-medialive/types.rb', line 7507

class ListInputDeviceTransfersRequest < Struct.new(
  :max_results,
  :next_token,
  :transfer_type)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


7507
7508
7509
7510
7511
7512
7513
# File 'lib/aws-sdk-medialive/types.rb', line 7507

class ListInputDeviceTransfersRequest < Struct.new(
  :max_results,
  :next_token,
  :transfer_type)
  SENSITIVE = []
  include Aws::Structure
end

#transfer_typeString

Returns:

  • (String)


7507
7508
7509
7510
7511
7512
7513
# File 'lib/aws-sdk-medialive/types.rb', line 7507

class ListInputDeviceTransfersRequest < Struct.new(
  :max_results,
  :next_token,
  :transfer_type)
  SENSITIVE = []
  include Aws::Structure
end