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