Class: Aws::IVS::Types::ListRecordingConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ListRecordingConfigurationsRequest
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of recording configurations to return.
-
#next_token ⇒ String
The first recording configuration to retrieve.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of recording configurations to return. Default: your service quota or 100, whichever is smaller.
996 997 998 999 1000 1001 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 996 class ListRecordingConfigurationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The first recording configuration to retrieve. This is used for
pagination; see the nextToken
response field.
996 997 998 999 1000 1001 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 996 class ListRecordingConfigurationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |