Class: Aws::AuditManager::Types::GetEvidenceFoldersByAssessmentControlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetEvidenceFoldersByAssessmentControlResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evidence_folders ⇒ Array<Types::AssessmentEvidenceFolder>
The list of evidence folders that the ‘GetEvidenceFoldersByAssessmentControl` API returned.
-
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
Instance Attribute Details
#evidence_folders ⇒ Array<Types::AssessmentEvidenceFolder>
The list of evidence folders that the ‘GetEvidenceFoldersByAssessmentControl` API returned.
2905 2906 2907 2908 2909 2910 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2905 class GetEvidenceFoldersByAssessmentControlResponse < Struct.new( :evidence_folders, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
2905 2906 2907 2908 2909 2910 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2905 class GetEvidenceFoldersByAssessmentControlResponse < Struct.new( :evidence_folders, :next_token) SENSITIVE = [] include Aws::Structure end |