Class: Aws::Macie2::Types::IpAddressDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

Provides information about the IP address of the device that an entity used to perform an action on an affected resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address_v4String

Returns:

  • (String)


3608
3609
3610
3611
3612
3613
3614
3615
3616
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3608

class IpAddressDetails < Struct.new(
  :ip_address_v4,
  :ip_city,
  :ip_country,
  :ip_geo_location,
  :ip_owner)
  SENSITIVE = []
  include Aws::Structure
end

#ip_cityTypes::IpCity

Provides information about the city that an IP address originated from.

Returns:



3608
3609
3610
3611
3612
3613
3614
3615
3616
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3608

class IpAddressDetails < Struct.new(
  :ip_address_v4,
  :ip_city,
  :ip_country,
  :ip_geo_location,
  :ip_owner)
  SENSITIVE = []
  include Aws::Structure
end

#ip_countryTypes::IpCountry

Provides information about the country that an IP address originated from.

Returns:



3608
3609
3610
3611
3612
3613
3614
3615
3616
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3608

class IpAddressDetails < Struct.new(
  :ip_address_v4,
  :ip_city,
  :ip_country,
  :ip_geo_location,
  :ip_owner)
  SENSITIVE = []
  include Aws::Structure
end

#ip_geo_locationTypes::IpGeoLocation

Provides geographic coordinates that indicate where a specified IP address originated from.



3608
3609
3610
3611
3612
3613
3614
3615
3616
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3608

class IpAddressDetails < Struct.new(
  :ip_address_v4,
  :ip_city,
  :ip_country,
  :ip_geo_location,
  :ip_owner)
  SENSITIVE = []
  include Aws::Structure
end

#ip_ownerTypes::IpOwner

Provides information about the registered owner of an IP address.

Returns:



3608
3609
3610
3611
3612
3613
3614
3615
3616
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3608

class IpAddressDetails < Struct.new(
  :ip_address_v4,
  :ip_city,
  :ip_country,
  :ip_geo_location,
  :ip_owner)
  SENSITIVE = []
  include Aws::Structure
end