Class: Aws::GuardDuty::Types::Product

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

Overview

Contains information about the product that produced an investigation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#feature ⇒ String

The specific feature within the product that produced the investigation.

Returns:

  • (String)


10960
10961
10962
10963
10964
10965
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10960

class Product < Struct.new(
  :name,
  :feature)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The name of the product.

Returns:

  • (String)


10960
10961
10962
10963
10964
10965
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10960

class Product < Struct.new(
  :name,
  :feature)
  SENSITIVE = []
  include Aws::Structure
end