Class: Aws::IVS::Types::ListStreamKeysRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

Channel ARN used to filter the list.

Returns:

  • (String)


1204
1205
1206
1207
1208
1209
1210
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1204

class ListStreamKeysRequest < Struct.new(
  :channel_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of streamKeys to return. Default: 1.

Returns:

  • (Integer)


1204
1205
1206
1207
1208
1209
1210
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1204

class ListStreamKeysRequest < Struct.new(
  :channel_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The first stream key to retrieve. This is used for pagination; see the nextToken response field.

Returns:

  • (String)


1204
1205
1206
1207
1208
1209
1210
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1204

class ListStreamKeysRequest < Struct.new(
  :channel_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end