Class: Aws::AuditManager::Types::GetEvidenceByEvidenceFolderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetEvidenceByEvidenceFolderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_id ⇒ String
The identifier for the assessment.
-
#control_set_id ⇒ String
The identifier for the control set.
-
#evidence_folder_id ⇒ String
The unique identifier for the folder that the evidence is stored in.
-
#max_results ⇒ Integer
Represents the maximum number of results on a page or for an API request call.
-
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
Instance Attribute Details
#assessment_id ⇒ String
The identifier for the assessment.
2763 2764 2765 2766 2767 2768 2769 2770 2771 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2763 class GetEvidenceByEvidenceFolderRequest < Struct.new( :assessment_id, :control_set_id, :evidence_folder_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#control_set_id ⇒ String
The identifier for the control set.
2763 2764 2765 2766 2767 2768 2769 2770 2771 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2763 class GetEvidenceByEvidenceFolderRequest < Struct.new( :assessment_id, :control_set_id, :evidence_folder_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#evidence_folder_id ⇒ String
The unique identifier for the folder that the evidence is stored in.
2763 2764 2765 2766 2767 2768 2769 2770 2771 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2763 class GetEvidenceByEvidenceFolderRequest < Struct.new( :assessment_id, :control_set_id, :evidence_folder_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Represents the maximum number of results on a page or for an API request call.
2763 2764 2765 2766 2767 2768 2769 2770 2771 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2763 class GetEvidenceByEvidenceFolderRequest < Struct.new( :assessment_id, :control_set_id, :evidence_folder_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
2763 2764 2765 2766 2767 2768 2769 2770 2771 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2763 class GetEvidenceByEvidenceFolderRequest < Struct.new( :assessment_id, :control_set_id, :evidence_folder_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |