Class: Aws::Types::IpAddressDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address_v4::String

Returns the value of attribute ip_address_v4.

Returns:

  • (::String)


1041
1042
1043
# File 'sig/types.rbs', line 1041

def ip_address_v4
  @ip_address_v4
end

#ip_cityTypes::IpCity

Returns the value of attribute ip_city.

Returns:



1042
1043
1044
# File 'sig/types.rbs', line 1042

def ip_city
  @ip_city
end

#ip_countryTypes::IpCountry

Returns the value of attribute ip_country.

Returns:



1043
1044
1045
# File 'sig/types.rbs', line 1043

def ip_country
  @ip_country
end

#ip_geo_locationTypes::IpGeoLocation

Returns the value of attribute ip_geo_location.



1044
1045
1046
# File 'sig/types.rbs', line 1044

def ip_geo_location
  @ip_geo_location
end

#ip_ownerTypes::IpOwner

Returns the value of attribute ip_owner.

Returns:



1045
1046
1047
# File 'sig/types.rbs', line 1045

def ip_owner
  @ip_owner
end