Class: Aws::AuditManager::Types::BatchDisassociateAssessmentReportEvidenceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::BatchDisassociateAssessmentReportEvidenceRequest
- 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.
-
#evidence_ids ⇒ Array<String>
The list of evidence identifiers.
Instance Attribute Details
#assessment_id ⇒ String
The identifier for the assessment.
983 984 985 986 987 988 989 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 983 class BatchDisassociateAssessmentReportEvidenceRequest < Struct.new( :assessment_id, :evidence_folder_id, :evidence_ids) SENSITIVE = [] include Aws::Structure end |
#evidence_folder_id ⇒ String
The identifier for the folder that the evidence is stored in.
983 984 985 986 987 988 989 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 983 class BatchDisassociateAssessmentReportEvidenceRequest < Struct.new( :assessment_id, :evidence_folder_id, :evidence_ids) SENSITIVE = [] include Aws::Structure end |
#evidence_ids ⇒ Array<String>
The list of evidence identifiers.
983 984 985 986 987 988 989 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 983 class BatchDisassociateAssessmentReportEvidenceRequest < Struct.new( :assessment_id, :evidence_folder_id, :evidence_ids) SENSITIVE = [] include Aws::Structure end |