Class: Aws::GuardDuty::Types::Organization

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Contains information about the ISP organization of the remote IP address.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asnString

The Autonomous System Number (ASN) of the internet provider of the remote IP address.

Returns:

  • (String)


5016
5017
5018
5019
5020
5021
5022
5023
# File 'lib/aws-sdk-guardduty/types.rb', line 5016

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

#asn_orgString

The organization that registered this ASN.

Returns:

  • (String)


5016
5017
5018
5019
5020
5021
5022
5023
# File 'lib/aws-sdk-guardduty/types.rb', line 5016

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

#ispString

The ISP information for the internet provider.

Returns:

  • (String)


5016
5017
5018
5019
5020
5021
5022
5023
# File 'lib/aws-sdk-guardduty/types.rb', line 5016

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

#orgString

The name of the internet provider.

Returns:

  • (String)


5016
5017
5018
5019
5020
5021
5022
5023
# File 'lib/aws-sdk-guardduty/types.rb', line 5016

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