Method: Aws::AuditManager::Types::ListControlDomainInsightsRequest#max_results

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

#max_resultsInteger

Represents the maximum number of results on a page or for an API request call.

Returns:

  • (Integer)


3619
3620
3621
3622
3623
3624
# File 'lib/aws-sdk-auditmanager/types.rb', line 3619

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