Class: Aws::AuditManager::Types::BatchDisassociateAssessmentReportEvidenceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::BatchDisassociateAssessmentReportEvidenceRequest
- Defined in:
- gems/aws-sdk-auditmanager/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.
982 983 984 985 986 987 988 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 982 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.
982 983 984 985 986 987 988 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 982 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.
982 983 984 985 986 987 988 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 982 class BatchDisassociateAssessmentReportEvidenceRequest < Struct.new( :assessment_id, :evidence_folder_id, :evidence_ids) SENSITIVE = [] include Aws::Structure end |