Class: Aws::GuardDuty::Types::ServiceAdditionalInfo

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

Overview

Additional information about the generated finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

Describes the type of the additional information.

Returns:

  • (String)


7593
7594
7595
7596
7597
7598
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7593

class ServiceAdditionalInfo < Struct.new(
  :value,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

This field specifies the value of the additional information.

Returns:

  • (String)


7593
7594
7595
7596
7597
7598
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7593

class ServiceAdditionalInfo < Struct.new(
  :value,
  :type)
  SENSITIVE = []
  include Aws::Structure
end