Class: Aws::Types::FindingProviderFields

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#confidence::Integer

Returns the value of attribute confidence.

Returns:

  • (::Integer)


5762
5763
5764
# File 'sig/types.rbs', line 5762

def confidence
  @confidence
end

#criticality::Integer

Returns the value of attribute criticality.

Returns:

  • (::Integer)


5763
5764
5765
# File 'sig/types.rbs', line 5763

def criticality
  @criticality
end

Returns the value of attribute related_findings.

Returns:



5764
5765
5766
# File 'sig/types.rbs', line 5764

def related_findings
  @related_findings
end

#severityTypes::FindingProviderSeverity

Returns the value of attribute severity.



5765
5766
5767
# File 'sig/types.rbs', line 5765

def severity
  @severity
end

#types::Array[::String]

Returns the value of attribute types.

Returns:

  • (::Array[::String])


5766
5767
5768
# File 'sig/types.rbs', line 5766

def types
  @types
end