Class: Aws::IVS::Types::ListChannelsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ListChannelsRequest
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter_by_name ⇒ String
Filters the channel list to match the specified name.
-
#filter_by_recording_configuration_arn ⇒ String
Filters the channel list to match the specified recording-configuration ARN.
-
#max_results ⇒ Integer
Maximum number of channels to return.
-
#next_token ⇒ String
The first channel to retrieve.
Instance Attribute Details
#filter_by_name ⇒ String
Filters the channel list to match the specified name.
795 796 797 798 799 800 801 802 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 795 class ListChannelsRequest < Struct.new( :filter_by_name, :filter_by_recording_configuration_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#filter_by_recording_configuration_arn ⇒ String
Filters the channel list to match the specified recording-configuration ARN.
795 796 797 798 799 800 801 802 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 795 class ListChannelsRequest < Struct.new( :filter_by_name, :filter_by_recording_configuration_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of channels to return. Default: 100.
795 796 797 798 799 800 801 802 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 795 class ListChannelsRequest < Struct.new( :filter_by_name, :filter_by_recording_configuration_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The first channel to retrieve. This is used for pagination; see the
nextToken
response field.
795 796 797 798 799 800 801 802 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 795 class ListChannelsRequest < Struct.new( :filter_by_name, :filter_by_recording_configuration_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |