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
3783 3784 3785 3786 3787 3788 3789 3790 |
# File 'lib/aws-sdk-macie2/types.rb', line 3783 class IpOwner < Struct.new( :asn, :asn_org, :isp, :org) SENSITIVE = [] include Aws::Structure end |
#asn_org ⇒ String
3783 3784 3785 3786 3787 3788 3789 3790 |
# File 'lib/aws-sdk-macie2/types.rb', line 3783 class IpOwner < Struct.new( :asn, :asn_org, :isp, :org) SENSITIVE = [] include Aws::Structure end |