You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#asnString

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

Returns:

  • (String)

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

#asn_orgString

The organization that registered this ASN.

Returns:

  • (String)

    The organization that registered this ASN.

#ispString

The ISP information for the internet provider.

Returns:

  • (String)

    The ISP information for the internet provider.

#orgString

The name of the internet provider.

Returns:

  • (String)

    The name of the internet provider.