Class: Aws::MediaLive::Types::ListInputsRequest

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)


8157
8158
8159
8160
8161
8162
# File 'lib/aws-sdk-medialive/types.rb', line 8157

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

#next_tokenString

Returns:

  • (String)


8157
8158
8159
8160
8161
8162
# File 'lib/aws-sdk-medialive/types.rb', line 8157

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