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

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

Overview

Note:

When making an API call, you may pass ListInputDeviceTransfersRequest data as a hash:

{
  max_results: 1,
  next_token: "__string",
  transfer_type: "__string", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Returns:

  • (Integer)


11251
11252
11253
11254
11255
11256
11257
# File 'lib/aws-sdk-medialive/types.rb', line 11251

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

#next_tokenString

Returns:

  • (String)


11251
11252
11253
11254
11255
11256
11257
# File 'lib/aws-sdk-medialive/types.rb', line 11251

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

#transfer_typeString

Returns:

  • (String)


11251
11252
11253
11254
11255
11256
11257
# File 'lib/aws-sdk-medialive/types.rb', line 11251

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