Class: Aws::Types::IpAddressDetails
- Inherits:
-
Object
- Object
- Aws::Types::IpAddressDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_address_v4 ⇒ ::String
Returns the value of attribute ip_address_v4.
-
#ip_city ⇒ Types::IpCity
Returns the value of attribute ip_city.
-
#ip_country ⇒ Types::IpCountry
Returns the value of attribute ip_country.
-
#ip_geo_location ⇒ Types::IpGeoLocation
Returns the value of attribute ip_geo_location.
-
#ip_owner ⇒ Types::IpOwner
Returns the value of attribute ip_owner.
Instance Attribute Details
#ip_address_v4 ⇒ ::String
Returns the value of attribute ip_address_v4.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def ip_address_v4 @ip_address_v4 end |
#ip_city ⇒ Types::IpCity
Returns the value of attribute ip_city.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def ip_city @ip_city end |
#ip_country ⇒ Types::IpCountry
Returns the value of attribute ip_country.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def ip_country @ip_country end |
#ip_geo_location ⇒ Types::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_owner ⇒ Types::IpOwner
Returns the value of attribute ip_owner.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def ip_owner @ip_owner end |