Class: Aws::Detective::Types::FlaggedIpAddressDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::FlaggedIpAddressDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Contains information on suspicious IP addresses identified as indicators of compromise. This indicator is derived from Amazon Web Services threat intelligence.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_address ⇒ String
IP address of the suspicious entity.
-
#reason ⇒ String
Details the reason the IP address was flagged as suspicious.
Instance Attribute Details
#ip_address ⇒ String
IP address of the suspicious entity.
504 505 506 507 508 509 |
# File 'lib/aws-sdk-detective/types.rb', line 504 class FlaggedIpAddressDetail < Struct.new( :ip_address, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Details the reason the IP address was flagged as suspicious.
504 505 506 507 508 509 |
# File 'lib/aws-sdk-detective/types.rb', line 504 class FlaggedIpAddressDetail < Struct.new( :ip_address, :reason) SENSITIVE = [] include Aws::Structure end |