Class: Aws::Types::EvidenceInsights
- Inherits:
-
Object
- Object
- Aws::Types::EvidenceInsights
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliant_evidence_count ⇒ ::Integer
Returns the value of attribute compliant_evidence_count.
-
#inconclusive_evidence_count ⇒ ::Integer
Returns the value of attribute inconclusive_evidence_count.
-
#noncompliant_evidence_count ⇒ ::Integer
Returns the value of attribute noncompliant_evidence_count.
Instance Attribute Details
#compliant_evidence_count ⇒ ::Integer
Returns the value of attribute compliant_evidence_count.
597 598 599 |
# File 'sig/types.rbs', line 597 def compliant_evidence_count @compliant_evidence_count end |
#inconclusive_evidence_count ⇒ ::Integer
Returns the value of attribute inconclusive_evidence_count.
598 599 600 |
# File 'sig/types.rbs', line 598 def inconclusive_evidence_count @inconclusive_evidence_count end |
#noncompliant_evidence_count ⇒ ::Integer
Returns the value of attribute noncompliant_evidence_count.
596 597 598 |
# File 'sig/types.rbs', line 596 def noncompliant_evidence_count @noncompliant_evidence_count end |