Class: Aws::MediaPackageV2::Types::ListChannelsRequest

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

#channel_group_nameString

The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

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

#max_resultsInteger

The maximum number of results to return in the response.

Returns:

  • (Integer)


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

#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