Class: Aws::MediaPackageV2::Types::ListChannelGroupsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediapackagev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in the response.

Returns:

  • (Integer)


2413
2414
2415
2416
2417
2418
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2413

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

#next_tokenString

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

Returns:

  • (String)


2413
2414
2415
2416
2417
2418
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2413

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