Class: Aws::AuditManager::Types::AssociateAssessmentReportEvidenceFolderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::AssociateAssessmentReportEvidenceFolderRequest
- 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.
-
#evidence_folder_id ⇒ String
The identifier for the folder that the evidence is stored in.
Instance Attribute Details
#assessment_id ⇒ String
The identifier for the assessment.
797 798 799 800 801 802 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 797 class AssociateAssessmentReportEvidenceFolderRequest < Struct.new( :assessment_id, :evidence_folder_id) SENSITIVE = [] include Aws::Structure end |
#evidence_folder_id ⇒ String
The identifier for the folder that the evidence is stored in.
797 798 799 800 801 802 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 797 class AssociateAssessmentReportEvidenceFolderRequest < Struct.new( :assessment_id, :evidence_folder_id) SENSITIVE = [] include Aws::Structure end |