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

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

{
  max_results: 1,
  next_token: "__string",
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Returns:

  • (Integer)


11194
11195
11196
11197
11198
11199
# File 'lib/aws-sdk-medialive/types.rb', line 11194

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

#next_tokenString

Returns:

  • (String)


11194
11195
11196
11197
11198
11199
# File 'lib/aws-sdk-medialive/types.rb', line 11194

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