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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


7199
7200
7201
7202
7203
7204
# File 'lib/aws-sdk-guardduty/types.rb', line 7199

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

#valueString

This field specifies the value of the additional information.

Returns:

  • (String)


7199
7200
7201
7202
7203
7204
# File 'lib/aws-sdk-guardduty/types.rb', line 7199

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