Class: Aws::GuardDuty::Types::City

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

City information of the remote IP address.

Instance Attribute Summary collapse

Instance Attribute Details

#city_nameString

City name of the remote IP address.

Returns:

  • (String)


208
209
210
211
# File 'lib/aws-sdk-guardduty/types.rb', line 208

class City < Struct.new(
  :city_name)
  include Aws::Structure
end