Class: Aws::Types::FindingProviderFields
- Inherits:
-
Object
- Object
- Aws::Types::FindingProviderFields
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confidence ⇒ ::Integer
Returns the value of attribute confidence.
-
#criticality ⇒ ::Integer
Returns the value of attribute criticality.
-
#related_findings ⇒ ::Array[Types::RelatedFinding]
Returns the value of attribute related_findings.
-
#severity ⇒ Types::FindingProviderSeverity
Returns the value of attribute severity.
-
#types ⇒ ::Array[::String]
Returns the value of attribute types.
Instance Attribute Details
#confidence ⇒ ::Integer
Returns the value of attribute confidence.
5762 5763 5764 |
# File 'sig/types.rbs', line 5762 def confidence @confidence end |
#criticality ⇒ ::Integer
Returns the value of attribute criticality.
5763 5764 5765 |
# File 'sig/types.rbs', line 5763 def criticality @criticality end |
#related_findings ⇒ ::Array[Types::RelatedFinding]
Returns the value of attribute related_findings.
5764 5765 5766 |
# File 'sig/types.rbs', line 5764 def @related_findings end |
#severity ⇒ Types::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.
5766 5767 5768 |
# File 'sig/types.rbs', line 5766 def types @types end |