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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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

Instance Attribute Details

#city_nameString

The city name of the remote IP address.

Returns:

  • (String)


600
601
602
603
604
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 600

class City < Struct.new(
  :city_name)
  SENSITIVE = []
  include Aws::Structure
end