Class: Aws::GuardDuty::Types::LocalIpDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::LocalIpDetails
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the local IP address of the connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_address_v4 ⇒ String
The IPv4 local address of the connection.
Instance Attribute Details
#ip_address_v4 ⇒ String
The IPv4 local address of the connection.
4458 4459 4460 4461 4462 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4458 class LocalIpDetails < Struct.new( :ip_address_v4) SENSITIVE = [] include Aws::Structure end |