Class: Aws::GuardDuty::Types::City
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::City
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the city associated with the IP address.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#city_name ⇒ String
The city name of the remote IP address.
Instance Attribute Details
#city_name ⇒ String
The city name of the remote IP address.
822 823 824 825 826 |
# File 'lib/aws-sdk-guardduty/types.rb', line 822 class City < Struct.new( :city_name) SENSITIVE = [] include Aws::Structure end |