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

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

Overview

ISP Organization information of the remote IP address.

Instance Attribute Summary collapse

Instance Attribute Details

#asnString

Autonomous system number of the internet provider of the remote IP address.

Returns:

  • (String)


2266
2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-guardduty/types.rb', line 2266

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

#asn_orgString

Organization that registered this ASN.

Returns:

  • (String)


2266
2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-guardduty/types.rb', line 2266

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

#ispString

ISP information for the internet provider.

Returns:

  • (String)


2266
2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-guardduty/types.rb', line 2266

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

#orgString

Name of the internet provider.

Returns:

  • (String)


2266
2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-guardduty/types.rb', line 2266

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