Class: Aws::GuardDuty::Types::ServiceAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ServiceAdditionalInfo
- 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
-
#type ⇒ String
Describes the type of the additional information.
-
#value ⇒ String
This field specifies the value of the additional information.
Instance Attribute Details
#type ⇒ String
Describes the type of the additional information.
8155 8156 8157 8158 8159 8160 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8155 class ServiceAdditionalInfo < Struct.new( :value, :type) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
This field specifies the value of the additional information.
8155 8156 8157 8158 8159 8160 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8155 class ServiceAdditionalInfo < Struct.new( :value, :type) SENSITIVE = [] include Aws::Structure end |