Class: Aws::Macie2::Types::IpCity
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::IpCity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about the city that an IP address originated from.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#name ⇒ String
3725 3726 3727 3728 3729 |
# File 'lib/aws-sdk-macie2/types.rb', line 3725 class IpCity < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |