Class: Aws::SecurityHub::Types::GeneratorDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Provides metadata for the Amazon CodeGuru detector associated with a finding. This field pertains to findings that relate to Lambda functions. Amazon Inspector identifies policy violations and vulnerabilities in Lambda function code based on internal detectors developed in collaboration with Amazon CodeGuru. Security Hub receives those findings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the detector used to identify the code vulnerability.

Returns:

  • (String)


25078
25079
25080
25081
25082
25083
25084
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25078

class GeneratorDetails < Struct.new(
  :name,
  :description,
  :labels)
  SENSITIVE = []
  include Aws::Structure
end

#labelsArray<String>

An array of tags used to identify the detector associated with the finding.

Returns:

  • (Array<String>)


25078
25079
25080
25081
25082
25083
25084
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25078

class GeneratorDetails < Struct.new(
  :name,
  :description,
  :labels)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the detector used to identify the code vulnerability.

Returns:

  • (String)


25078
25079
25080
25081
25082
25083
25084
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25078

class GeneratorDetails < Struct.new(
  :name,
  :description,
  :labels)
  SENSITIVE = []
  include Aws::Structure
end