Class: Aws::AuditManager::Types::GetEvidenceByEvidenceFolderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetEvidenceByEvidenceFolderResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evidence ⇒ Array<Types::Evidence>
The list of evidence that the ‘GetEvidenceByEvidenceFolder` API returned.
-
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
Instance Attribute Details
#evidence ⇒ Array<Types::Evidence>
The list of evidence that the ‘GetEvidenceByEvidenceFolder` API returned.
2784 2785 2786 2787 2788 2789 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2784 class GetEvidenceByEvidenceFolderResponse < Struct.new( :evidence, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
2784 2785 2786 2787 2788 2789 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2784 class GetEvidenceByEvidenceFolderResponse < Struct.new( :evidence, :next_token) SENSITIVE = [] include Aws::Structure end |