Method: Aws::IVSRealTime::Types::ListCompositionsResponse#next_token

Defined in:
lib/aws-sdk-ivsrealtime/types.rb

#next_tokenString

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

Returns:

  • (String)


1564
1565
1566
1567
1568
1569
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1564

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