Class: Aws::SecurityHub::Types::City

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

Overview

Information about a city.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#city_nameString

The name of the city.

Returns:

  • (String)


22982
22983
22984
22985
22986
# File 'lib/aws-sdk-securityhub/types.rb', line 22982

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