Class: Aws::Rekognition::Types::ListMediaAnalysisJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::ListMediaAnalysisJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return per paginated call.
-
#next_token ⇒ String
Pagination token, if the previous response was incomplete.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return per paginated call. The largest value user can specify is 100. If user specifies a value greater than 100, an ‘InvalidParameterException` error occurs. The default value is 100.
5088 5089 5090 5091 5092 5093 |
# File 'lib/aws-sdk-rekognition/types.rb', line 5088 class ListMediaAnalysisJobsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token, if the previous response was incomplete.
5088 5089 5090 5091 5092 5093 |
# File 'lib/aws-sdk-rekognition/types.rb', line 5088 class ListMediaAnalysisJobsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |