Class: Aws::IVSRealTime::Types::ListEncoderConfigurationsResponse

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

#encoder_configurationsArray<Types::EncoderConfigurationSummary>

List of the matching EncoderConfigurations (summary information only).



984
985
986
987
988
989
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 984

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

#next_tokenString

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

Returns:

  • (String)


984
985
986
987
988
989
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 984

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