Method: Aws::MediaPackageV2::Types::ListChannelsRequest#channel_group_name
- Defined in:
- lib/aws-sdk-mediapackagev2/types.rb
#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 |