Class: Aws::AuditManager::Types::BatchAssociateAssessmentReportEvidenceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::BatchAssociateAssessmentReportEvidenceResponse
- 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 ‘BatchAssociateAssessmentReportEvidence` API returned.
-
#evidence_ids ⇒ Array<String>
The list of evidence identifiers.
Instance Attribute Details
#errors ⇒ Array<Types::AssessmentReportEvidenceError>
A list of errors that the ‘BatchAssociateAssessmentReportEvidence` API returned.
841 842 843 844 845 846 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 841 class BatchAssociateAssessmentReportEvidenceResponse < Struct.new( :evidence_ids, :errors) SENSITIVE = [] include Aws::Structure end |
#evidence_ids ⇒ Array<String>
The list of evidence identifiers.
841 842 843 844 845 846 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 841 class BatchAssociateAssessmentReportEvidenceResponse < Struct.new( :evidence_ids, :errors) SENSITIVE = [] include Aws::Structure end |