A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/SecurityHub/Types/Severity.html below:

Severity — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::Severity
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing Severity as input to an Aws::Client method, you can use a vanilla Hash:

{
  product: 1.0,
  label: "INFORMATIONAL",   normalized: 1,
  original: "NonEmptyString",
}

The severity of the finding.

The finding provider can provide the initial severity, but cannot update it after that. The severity can only be updated by a master account. It cannot be updated by a member account.

The finding must have either Label or Normalized populated. If only one of these attributes is populated, then Security Hub automatically populates the other one. If neither attribute is populated, then the finding is invalid. Label is the preferred attribute.

Returned by:

Instance Attribute Summary collapse Instance Attribute Details #label ⇒ String

The severity value of the finding. The allowed values are the following.

If you provide Normalized and do not provide Label, then Label is set automatically as follows.

#normalized ⇒ Integer

Deprecated. The normalized severity of a finding. This attribute is being deprecated. Instead of providing Normalized, provide Label.

If you provide Label and do not provide Normalized, then Normalized is set automatically as follows.

#original ⇒ String

The native severity from the finding product that generated the finding.

#product ⇒ Float

Deprecated. This attribute is being deprecated. Instead of providing Product, provide Original.

The native severity as defined by the AWS service or integrated partner product that generated the finding.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4