Class: Aws::IVSRealTime::Types::ListCompositionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compositionsArray<Types::CompositionSummary>

List of the matching Compositions (summary information only).

Returns:



947
948
949
950
951
952
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 947

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

#next_tokenString

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

Returns:

  • (String)


947
948
949
950
951
952
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 947

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