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

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


5502
5503
5504
5505
5506
5507
5508
5509
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5502

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

#asn_orgString

The organization that registered this ASN.

Returns:

  • (String)


5502
5503
5504
5505
5506
5507
5508
5509
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5502

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

#ispString

The ISP information for the internet provider.

Returns:

  • (String)


5502
5503
5504
5505
5506
5507
5508
5509
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5502

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

#orgString

The name of the internet provider.

Returns:

  • (String)


5502
5503
5504
5505
5506
5507
5508
5509
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5502

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