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)


8196
8197
8198
8199
8200
8201
# File 'lib/aws-sdk-medialive/types.rb', line 8196

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

#next_tokenString

Returns:

  • (String)


8196
8197
8198
8199
8200
8201
# File 'lib/aws-sdk-medialive/types.rb', line 8196

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