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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3707
3708
3709
3710
3711
3712
3713
3714
3715
# File 'lib/aws-sdk-macie2/types.rb', line 3707

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:



3707
3708
3709
3710
3711
3712
3713
3714
3715
# File 'lib/aws-sdk-macie2/types.rb', line 3707

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:



3707
3708
3709
3710
3711
3712
3713
3714
3715
# File 'lib/aws-sdk-macie2/types.rb', line 3707

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.



3707
3708
3709
3710
3711
3712
3713
3714
3715
# File 'lib/aws-sdk-macie2/types.rb', line 3707

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:



3707
3708
3709
3710
3711
3712
3713
3714
3715
# File 'lib/aws-sdk-macie2/types.rb', line 3707

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