class Aws::SecurityHub::Types::AwsSecurityFindingIdentifier

Identifies a finding to update using `BatchUpdateFindings`.

@note When making an API call, you may pass AwsSecurityFindingIdentifier

data as a hash:

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

@!attribute [rw] id

The identifier of the finding that was specified by the finding
provider.
@return [String]

@!attribute [rw] product_arn

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsSecurityFindingIdentifier AWS API Documentation

Constants

SENSITIVE