Method: Aws::CloudDirectory::Types::BatchLookupPolicy#max_results

Defined in:
lib/aws-sdk-clouddirectory/types.rb

#max_resultsInteger

The maximum number of results to retrieve.

Returns:

  • (Integer)


1384
1385
1386
1387
1388
1389
1390
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1384

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