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

Class: Aws::SecurityHub::Types::WorkflowUpdate

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

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

{
  status: "NEW", # accepts NEW, NOTIFIED, RESOLVED, SUPPRESSED
}

Used to update information about the investigation into the finding.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the investigation into the finding. The allowed values are the following.

  • NEW - The initial state of a finding, before it is reviewed.

  • NOTIFIED - Indicates that you notified the resource owner about the security issue. Used when the initial reviewer is not the resource owner, and needs intervention from the resource owner.

  • RESOLVED - The finding was reviewed and remediated and is now considered resolved.

  • SUPPRESSED - The finding will not be reviewed again and will not be acted upon.

    Possible values:

    • NEW
    • NOTIFIED
    • RESOLVED
    • SUPPRESSED

Returns:

  • (String)

    The status of the investigation into the finding.