Method: Aws::AuditManager::Types::ListControlDomainInsightsRequest#next_token
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
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 |