Class: Aws::AuditManager::Types::GetEvidenceByEvidenceFolderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetEvidenceByEvidenceFolderResponse
- Defined in:
- gems/aws-sdk-auditmanager/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.
2833 2834 2835 2836 2837 2838 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2833 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.
2833 2834 2835 2836 2837 2838 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2833 class GetEvidenceByEvidenceFolderResponse < Struct.new( :evidence, :next_token) SENSITIVE = [] include Aws::Structure end |