Class: Aws::Rekognition::Types::DescribeProjectsRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return per paginated call. The largest value you can specify is 100. If you specify a value greater than 100, a ValidationException error occurs. The default value is 100.

Returns:

  • (Integer)


1467
1468
1469
1470
1471
1472
1473
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1467

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

#next_tokenString

If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.

Returns:

  • (String)


1467
1468
1469
1470
1471
1472
1473
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1467

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

#project_namesArray<String>

A list of the projects that you want Amazon Rekognition Custom Labels to describe. If you don't specify a value, the response includes descriptions for all the projects in your AWS account.

Returns:

  • (Array<String>)


1467
1468
1469
1470
1471
1472
1473
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1467

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