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
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.
22208 22209 22210 22211 22212 22213 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22208 class FindingProviderSeverity < Struct.new( :label, :original) SENSITIVE = [] include Aws::Structure end |
#original ⇒ String
The finding provider's original value for the severity.
22208 22209 22210 22211 22212 22213 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22208 class FindingProviderSeverity < Struct.new( :label, :original) SENSITIVE = [] include Aws::Structure end |