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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackagev2/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)


1764
1765
1766
1767
1768
1769
1770
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1764

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)


1764
1765
1766
1767
1768
1769
1770
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1764

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)


1764
1765
1766
1767
1768
1769
1770
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1764

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