Class: Aws::SecurityHub::Types::City
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::City
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Information about a city.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#city_name ⇒ String
The name of the city.
Instance Attribute Details
#city_name ⇒ String
The name of the city.
22992 22993 22994 22995 22996 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22992 class City < Struct.new( :city_name) SENSITIVE = [] include Aws::Structure end |