Class: Aws::IVSRealTime::Types::ListEncoderConfigurationsRequest

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

#max_resultsInteger

Maximum number of results to return. Default: 100.

Returns:

  • (Integer)


1345
1346
1347
1348
1349
1350
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1345

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

#next_tokenString

The first encoder configuration to retrieve. This is used for pagination; see the nextToken response field.

Returns:

  • (String)


1345
1346
1347
1348
1349
1350
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1345

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