Class: Aws::IVS::Types::ListChannelsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filter_by_nameString

Filters the channel list to match the specified name.

Returns:

  • (String)


1058
1059
1060
1061
1062
1063
1064
1065
1066
# File 'lib/aws-sdk-ivs/types.rb', line 1058

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

#filter_by_playback_restriction_policy_arnString

Filters the channel list to match the specified policy.

Returns:

  • (String)


1058
1059
1060
1061
1062
1063
1064
1065
1066
# File 'lib/aws-sdk-ivs/types.rb', line 1058

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

#filter_by_recording_configuration_arnString

Filters the channel list to match the specified recording-configuration ARN.

Returns:

  • (String)


1058
1059
1060
1061
1062
1063
1064
1065
1066
# File 'lib/aws-sdk-ivs/types.rb', line 1058

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

#max_resultsInteger

Maximum number of channels to return. Default: 100.

Returns:

  • (Integer)


1058
1059
1060
1061
1062
1063
1064
1065
1066
# File 'lib/aws-sdk-ivs/types.rb', line 1058

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

#next_tokenString

The first channel to retrieve. This is used for pagination; see the ‘nextToken` response field.

Returns:

  • (String)


1058
1059
1060
1061
1062
1063
1064
1065
1066
# File 'lib/aws-sdk-ivs/types.rb', line 1058

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