Class: Aws::IVS::Types::ListChannelsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ListChannelsRequest
- Includes:
- Structure
- Defined in:
- 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_playback_restriction_policy_arn ⇒ String
Filters the channel list to match the specified policy.
-
#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.
1130 1131 1132 1133 1134 1135 1136 1137 1138 |
# File 'lib/aws-sdk-ivs/types.rb', line 1130 class ListChannelsRequest < Struct.new( :filter_by_name, :filter_by_playback_restriction_policy_arn, :filter_by_recording_configuration_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#filter_by_playback_restriction_policy_arn ⇒ String
Filters the channel list to match the specified policy.
1130 1131 1132 1133 1134 1135 1136 1137 1138 |
# File 'lib/aws-sdk-ivs/types.rb', line 1130 class ListChannelsRequest < Struct.new( :filter_by_name, :filter_by_playback_restriction_policy_arn, :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.
1130 1131 1132 1133 1134 1135 1136 1137 1138 |
# File 'lib/aws-sdk-ivs/types.rb', line 1130 class ListChannelsRequest < Struct.new( :filter_by_name, :filter_by_playback_restriction_policy_arn, :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.
1130 1131 1132 1133 1134 1135 1136 1137 1138 |
# File 'lib/aws-sdk-ivs/types.rb', line 1130 class ListChannelsRequest < Struct.new( :filter_by_name, :filter_by_playback_restriction_policy_arn, :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.
1130 1131 1132 1133 1134 1135 1136 1137 1138 |
# File 'lib/aws-sdk-ivs/types.rb', line 1130 class ListChannelsRequest < Struct.new( :filter_by_name, :filter_by_playback_restriction_policy_arn, :filter_by_recording_configuration_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |