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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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)


3684
3685
3686
3687
3688
3689
3690
3691
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3684

class IpOwner < Struct.new(
  :asn,
  :asn_org,
  :isp,
  :org)
  SENSITIVE = []
  include Aws::Structure
end

#asn_orgString

Returns:

  • (String)


3684
3685
3686
3687
3688
3689
3690
3691
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3684

class IpOwner < Struct.new(
  :asn,
  :asn_org,
  :isp,
  :org)
  SENSITIVE = []
  include Aws::Structure
end

#ispString

Returns:

  • (String)


3684
3685
3686
3687
3688
3689
3690
3691
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3684

class IpOwner < Struct.new(
  :asn,
  :asn_org,
  :isp,
  :org)
  SENSITIVE = []
  include Aws::Structure
end

#orgString

Returns:

  • (String)


3684
3685
3686
3687
3688
3689
3690
3691
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3684

class IpOwner < Struct.new(
  :asn,
  :asn_org,
  :isp,
  :org)
  SENSITIVE = []
  include Aws::Structure
end