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

Class: Aws::SecurityHub::Types::AwsSecurityFindingIdentifier

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

Overview

Note:

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

{
  id: "NonEmptyString", # required
  product_arn: "NonEmptyString", # required
}

Identifies a finding to update using BatchUpdateFindings.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the finding that was specified by the finding provider.

Returns:

  • (String)

    The identifier of the finding that was specified by the finding provider.

#product_arnString

The ARN generated by Security Hub that uniquely identifies a product that generates findings. This can be the ARN for a third-party product that is integrated with Security Hub, or the ARN for a custom integration.

Returns:

  • (String)

    The ARN generated by Security Hub that uniquely identifies a product that generates findings.