Class: Aws::Macie2::Types::IpAddressDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::IpAddressDetails
 
 
- 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
- #ip_address_v4 ⇒ String
 - 
  
    
      #ip_city  ⇒ Types::IpCity 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about the city that an IP address originated from.
 - 
  
    
      #ip_country  ⇒ Types::IpCountry 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about the country that an IP address originated from.
 - 
  
    
      #ip_geo_location  ⇒ Types::IpGeoLocation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides geographic coordinates that indicate where a specified IP address originated from.
 - 
  
    
      #ip_owner  ⇒ Types::IpOwner 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about the registered owner of an IP address.
 
Instance Attribute Details
#ip_address_v4 ⇒ 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_city ⇒ Types::IpCity
Provides information about the city that an 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_country ⇒ Types::IpCountry
Provides information about the country that an 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_geo_location ⇒ Types::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_owner ⇒ Types::IpOwner
Provides information about the registered owner of an IP address.
      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  |