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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



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_tokenString

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

Returns:

  • (String)


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