Class: Aws::MediaLive::Types::ListMultiplexProgramsRequest

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 ListMultiplexProgramsRequest data as a hash:

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Returns:

  • (Integer)


11303
11304
11305
11306
11307
11308
11309
# File 'lib/aws-sdk-medialive/types.rb', line 11303

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

#multiplex_idString

Returns:

  • (String)


11303
11304
11305
11306
11307
11308
11309
# File 'lib/aws-sdk-medialive/types.rb', line 11303

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

#next_tokenString

Returns:

  • (String)


11303
11304
11305
11306
11307
11308
11309
# File 'lib/aws-sdk-medialive/types.rb', line 11303

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