Class: Aws::AuditManager::Types::GetEvidenceFoldersByAssessmentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#evidence_foldersArray<Types::AssessmentEvidenceFolder>

The list of evidence folders that the GetEvidenceFoldersByAssessment API returned.



2946
2947
2948
2949
2950
2951
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2946

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

#next_tokenString

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

Returns:

  • (String)


2946
2947
2948
2949
2950
2951
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2946

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