Class: Aws::Types::ActionRemoteIpDetails
- Inherits:
-
Object
- Object
- Aws::Types::ActionRemoteIpDetails
- 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.
-
#organization ⇒ Types::IpOrganizationDetails
Returns the value of attribute organization.
Instance Attribute Details
#city ⇒ Types::City
Returns the value of attribute city.
87 88 89 |
# File 'sig/types.rbs', line 87 def city @city end |
#country ⇒ Types::Country
Returns the value of attribute country.
86 87 88 |
# File 'sig/types.rbs', line 86 def country @country end |
#geo_location ⇒ Types::GeoLocation
Returns the value of attribute geo_location.
88 89 90 |
# File 'sig/types.rbs', line 88 def geo_location @geo_location end |
#ip_address_v4 ⇒ ::String
Returns the value of attribute ip_address_v4.
84 85 86 |
# File 'sig/types.rbs', line 84 def ip_address_v4 @ip_address_v4 end |
#organization ⇒ Types::IpOrganizationDetails
Returns the value of attribute organization.
85 86 87 |
# File 'sig/types.rbs', line 85 def organization @organization end |