Class: Aws::SecurityHub::Types::ActionRemoteIpDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ActionRemoteIpDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
For ‘AwsApiAction`, `NetworkConnectionAction`, and `PortProbeAction`, `RemoteIpDetails` provides information about the remote IP address that was involved in the action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#city ⇒ Types::City
The city where the remote IP address is located.
-
#country ⇒ Types::Country
The country where the remote IP address is located.
-
#geo_location ⇒ Types::GeoLocation
The coordinates of the location of the remote IP address.
-
#ip_address_v4 ⇒ String
The IP address.
-
#organization ⇒ Types::IpOrganizationDetails
The internet service provider (ISP) organization associated with the remote IP address.
Instance Attribute Details
#city ⇒ Types::City
The city where the remote IP address is located.
216 217 218 219 220 221 222 223 224 |
# File 'lib/aws-sdk-securityhub/types.rb', line 216 class ActionRemoteIpDetails < Struct.new( :ip_address_v4, :organization, :country, :city, :geo_location) SENSITIVE = [] include Aws::Structure end |
#country ⇒ Types::Country
The country where the remote IP address is located.
216 217 218 219 220 221 222 223 224 |
# File 'lib/aws-sdk-securityhub/types.rb', line 216 class ActionRemoteIpDetails < Struct.new( :ip_address_v4, :organization, :country, :city, :geo_location) SENSITIVE = [] include Aws::Structure end |
#geo_location ⇒ Types::GeoLocation
The coordinates of the location of the remote IP address.
216 217 218 219 220 221 222 223 224 |
# File 'lib/aws-sdk-securityhub/types.rb', line 216 class ActionRemoteIpDetails < Struct.new( :ip_address_v4, :organization, :country, :city, :geo_location) SENSITIVE = [] include Aws::Structure end |
#ip_address_v4 ⇒ String
The IP address.
216 217 218 219 220 221 222 223 224 |
# File 'lib/aws-sdk-securityhub/types.rb', line 216 class ActionRemoteIpDetails < Struct.new( :ip_address_v4, :organization, :country, :city, :geo_location) SENSITIVE = [] include Aws::Structure end |
#organization ⇒ Types::IpOrganizationDetails
The internet service provider (ISP) organization associated with the remote IP address.
216 217 218 219 220 221 222 223 224 |
# File 'lib/aws-sdk-securityhub/types.rb', line 216 class ActionRemoteIpDetails < Struct.new( :ip_address_v4, :organization, :country, :city, :geo_location) SENSITIVE = [] include Aws::Structure end |