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)


7217
7218
7219
7220
7221
7222
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7217

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

#valueString

This field specifies the value of the additional information.

Returns:

  • (String)


7217
7218
7219
7220
7221
7222
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7217

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