Class: Aws::SecurityHub::Types::FindingProviderSeverity
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::FindingProviderSeverity
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Note:
When making an API call, you may pass FindingProviderSeverity data as a hash:
{
label: "INFORMATIONAL", # accepts INFORMATIONAL, LOW, MEDIUM, HIGH, CRITICAL
original: "NonEmptyString",
}
The severity assigned to the finding by the finding provider.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#label ⇒ String
The severity label assigned to the finding by the finding provider.
-
#original ⇒ String
The finding provider's original value for the severity.
Instance Attribute Details
#label ⇒ String
The severity label assigned to the finding by the finding provider.
31698 31699 31700 31701 31702 31703 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31698 class FindingProviderSeverity < Struct.new( :label, :original) SENSITIVE = [] include Aws::Structure end |
#original ⇒ String
The finding provider's original value for the severity.
31698 31699 31700 31701 31702 31703 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31698 class FindingProviderSeverity < Struct.new( :label, :original) SENSITIVE = [] include Aws::Structure end |