Class: Aws::AuditManager::Types::GetEvidenceByEvidenceFolderResponse

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

#evidenceArray<Types::Evidence>

The list of evidence that the GetEvidenceByEvidenceFolder API returned.

Returns:



2853
2854
2855
2856
2857
2858
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2853

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

#next_tokenString

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

Returns:

  • (String)


2853
2854
2855
2856
2857
2858
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2853

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