Class: Aws::MediaPackageV2::Types::ListChannelsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::ListChannelsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_group_name ⇒ String
The name that describes the channel group.
-
#max_results ⇒ Integer
The maximum number of results to return in the response.
-
#next_token ⇒ String
The pagination token from the GET list request.
Instance Attribute Details
#channel_group_name ⇒ String
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.
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_results ⇒ Integer
The maximum number of results to return in the response.
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_token ⇒ String
The pagination token from the GET list request. Use the token to fetch the next page of results.
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 |