Method: Aws::AuditManager::Types::ListControlDomainInsightsRequest#next_token

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

#next_tokenString

The pagination token that’s used to fetch the next set of results.

Returns:

  • (String)


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