Class: Aws::SecurityHub::Types::ActionLocalIpDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ActionLocalIpDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides information about the IP address where the scanned port is located.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_address_v4 ⇒ String
The IP address.
Instance Attribute Details
#ip_address_v4 ⇒ String
The IP address.
160 161 162 163 164 |
# File 'lib/aws-sdk-securityhub/types.rb', line 160 class ActionLocalIpDetails < Struct.new( :ip_address_v4) SENSITIVE = [] include Aws::Structure end |