Class: Aws::Types::BatchDisassociateAssessmentReportEvidenceResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchDisassociateAssessmentReportEvidenceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[Types::AssessmentReportEvidenceError]
Returns the value of attribute errors.
-
#evidence_ids ⇒ ::Array[::String]
Returns the value of attribute evidence_ids.
Instance Attribute Details
#errors ⇒ ::Array[Types::AssessmentReportEvidenceError]
Returns the value of attribute errors.
259 260 261 |
# File 'sig/types.rbs', line 259 def errors @errors end |
#evidence_ids ⇒ ::Array[::String]
Returns the value of attribute evidence_ids.
258 259 260 |
# File 'sig/types.rbs', line 258 def evidence_ids @evidence_ids end |