Method: Aws::MediaPackageV2::Types::ListChannelsRequest#next_token

Defined in:
lib/aws-sdk-mediapackagev2/types.rb

#next_tokenString

The pagination token from the GET list request. Use the token to fetch the next page of results.

Returns:

  • (String)


2455
2456
2457
2458
2459
2460
2461
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2455

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