Class: Aws::MediaLive::Types::ListChannelsRequest

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)


7459
7460
7461
7462
7463
7464
# File 'lib/aws-sdk-medialive/types.rb', line 7459

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

#next_tokenString

Returns:

  • (String)


7459
7460
7461
7462
7463
7464
# File 'lib/aws-sdk-medialive/types.rb', line 7459

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