Class: Aws::Types::RemoteIpDetails
- Inherits:
-
Object
- Object
- Aws::Types::RemoteIpDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#city ⇒ Types::City
Returns the value of attribute city.
-
#country ⇒ Types::Country
Returns the value of attribute country.
-
#geo_location ⇒ Types::GeoLocation
Returns the value of attribute geo_location.
-
#ip_address_v4 ⇒ ::String
Returns the value of attribute ip_address_v4.
-
#ip_address_v6 ⇒ ::String
Returns the value of attribute ip_address_v6.
-
#organization ⇒ Types::Organization
Returns the value of attribute organization.
Instance Attribute Details
#city ⇒ Types::City
Returns the value of attribute city.
2546 2547 2548 |
# File 'sig/types.rbs', line 2546 def city @city end |
#country ⇒ Types::Country
Returns the value of attribute country.
2547 2548 2549 |
# File 'sig/types.rbs', line 2547 def country @country end |
#geo_location ⇒ Types::GeoLocation
Returns the value of attribute geo_location.
2548 2549 2550 |
# File 'sig/types.rbs', line 2548 def geo_location @geo_location end |
#ip_address_v4 ⇒ ::String
Returns the value of attribute ip_address_v4.
2549 2550 2551 |
# File 'sig/types.rbs', line 2549 def ip_address_v4 @ip_address_v4 end |
#ip_address_v6 ⇒ ::String
Returns the value of attribute ip_address_v6.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def ip_address_v6 @ip_address_v6 end |
#organization ⇒ Types::Organization
Returns the value of attribute organization.
2551 2552 2553 |
# File 'sig/types.rbs', line 2551 def organization @organization end |