Class: Aws::Macie2::Types::IpCountry
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::IpCountry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about the country that an IP address originated from.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
3742 3743 3744 3745 3746 3747 |
# File 'lib/aws-sdk-macie2/types.rb', line 3742 class IpCountry < Struct.new( :code, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
3742 3743 3744 3745 3746 3747 |
# File 'lib/aws-sdk-macie2/types.rb', line 3742 class IpCountry < Struct.new( :code, :name) SENSITIVE = [] include Aws::Structure end |