Class: Aws::IVS::Types::ListStreamKeysResponse

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

#next_tokenString

If there are more stream keys than maxResults, use nextToken in the request to get the next set.

Returns:

  • (String)


1216
1217
1218
1219
1220
1221
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1216

class ListStreamKeysResponse < Struct.new(
  :next_token,
  :stream_keys)
  SENSITIVE = []
  include Aws::Structure
end

#stream_keysArray<Types::StreamKeySummary>

List of stream keys.

Returns:



1216
1217
1218
1219
1220
1221
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1216

class ListStreamKeysResponse < Struct.new(
  :next_token,
  :stream_keys)
  SENSITIVE = []
  include Aws::Structure
end