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)


11073
11074
11075
11076
11077
11078
11079
# File 'lib/aws-sdk-medialive/types.rb', line 11073

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

#next_tokenString

Returns:

  • (String)


11073
11074
11075
11076
11077
11078
11079
# File 'lib/aws-sdk-medialive/types.rb', line 11073

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

#transfer_typeString

Returns:

  • (String)


11073
11074
11075
11076
11077
11078
11079
# File 'lib/aws-sdk-medialive/types.rb', line 11073

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