AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.GuardDuty.Model.Organization

Namespace: Amazon.GuardDuty.Model
Assembly: AWSSDK.GuardDuty.dll
Version: 3.x.y.z

Syntax

C#
public class Organization

The Organization type exposes the following members

Constructors

NameDescription
Public Method Organization()

Properties

NameTypeDescription
Public Property Asn System.String

Gets and sets the property Asn.

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

Public Property AsnOrg System.String

Gets and sets the property AsnOrg.

The organization that registered this ASN.

Public Property Isp System.String

Gets and sets the property Isp.

The ISP information for the internet provider.

Public Property Org System.String

Gets and sets the property Org.

The name of the internet provider.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5