Class: Aws::Macie2::Types::IpOwner
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::IpOwner
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about the registered owner of an IP address.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#asn ⇒ String
3787 3788 3789 3790 3791 3792 3793 3794 |
# File 'lib/aws-sdk-macie2/types.rb', line 3787 class IpOwner < Struct.new( :asn, :asn_org, :isp, :org) SENSITIVE = [] include Aws::Structure end |
#asn_org ⇒ String
3787 3788 3789 3790 3791 3792 3793 3794 |
# File 'lib/aws-sdk-macie2/types.rb', line 3787 class IpOwner < Struct.new( :asn, :asn_org, :isp, :org) SENSITIVE = [] include Aws::Structure end |