Class: Aws::MediaLive::Types::ListInputDevicesRequest

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)


7310
7311
7312
7313
7314
7315
# File 'lib/aws-sdk-medialive/types.rb', line 7310

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

#next_tokenString

Returns:

  • (String)


7310
7311
7312
7313
7314
7315
# File 'lib/aws-sdk-medialive/types.rb', line 7310

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