Class: Aws::MediaLive::Types::ListMultiplexesRequest

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)


7827
7828
7829
7830
7831
7832
# File 'lib/aws-sdk-medialive/types.rb', line 7827

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

#next_tokenString

Returns:

  • (String)


7827
7828
7829
7830
7831
7832
# File 'lib/aws-sdk-medialive/types.rb', line 7827

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