Class: Aws::IVS::Types::ListRecordingConfigurationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Maximum number of recording configurations to return. Default: your service quota or 100, whichever is smaller.

Returns:

  • (Integer)


1164
1165
1166
1167
1168
1169
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1164

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

#next_tokenString

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

Returns:

  • (String)


1164
1165
1166
1167
1168
1169
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1164

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