Class: Aws::Macie2::Types::IpOwner

Inherits:
Struct
  • Object
show all
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

#asnString

Returns:

  • (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_orgString

Returns:

  • (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

#ispString

Returns:

  • (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

#orgString

Returns:

  • (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