Class: Aws::AuditManager::Types::BatchDisassociateAssessmentReportEvidenceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::BatchDisassociateAssessmentReportEvidenceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::AssessmentReportEvidenceError>
A list of errors that the ‘BatchDisassociateAssessmentReportEvidence` API returned.
-
#evidence_ids ⇒ Array<String>
The identifier for the evidence.
Instance Attribute Details
#errors ⇒ Array<Types::AssessmentReportEvidenceError>
A list of errors that the ‘BatchDisassociateAssessmentReportEvidence` API returned.
1002 1003 1004 1005 1006 1007 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1002 class BatchDisassociateAssessmentReportEvidenceResponse < Struct.new( :evidence_ids, :errors) SENSITIVE = [] include Aws::Structure end |
#evidence_ids ⇒ Array<String>
The identifier for the evidence.
1002 1003 1004 1005 1006 1007 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1002 class BatchDisassociateAssessmentReportEvidenceResponse < Struct.new( :evidence_ids, :errors) SENSITIVE = [] include Aws::Structure end |