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

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

#next_tokenString

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

Returns:

  • (String)


1230
1231
1232
1233
1234
1235
# File 'lib/aws-sdk-ivs/types.rb', line 1230

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

#stream_keysArray<Types::StreamKeySummary>

List of stream keys.

Returns:



1230
1231
1232
1233
1234
1235
# File 'lib/aws-sdk-ivs/types.rb', line 1230

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