Class: Aws::Types::EvidenceInsights

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compliant_evidence_count ⇒ ::Integer

Returns the value of attribute compliant_evidence_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


596
597
598
# File 'sig/types.rbs', line 596

def noncompliant_evidence_count
  @noncompliant_evidence_count
end