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.

Used as a response element in the PreviewAgents action.

Inheritance Hierarchy

System.Object
  Amazon.Inspector.Model.AgentPreview

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

Syntax

C#
public class AgentPreview

The AgentPreview type exposes the following members

Constructors

NameDescription
Public Method AgentPreview()

Properties

NameTypeDescription
Public Property AgentHealth Amazon.Inspector.AgentHealth

Gets and sets the property AgentHealth.

The health status of the Amazon Inspector Agent.

Public Property AgentId System.String

Gets and sets the property AgentId.

The ID of the EC2 instance where the agent is installed.

Public Property AgentVersion System.String

Gets and sets the property AgentVersion.

The version of the Amazon Inspector Agent.

Public Property AutoScalingGroup System.String

Gets and sets the property AutoScalingGroup.

The Auto Scaling group for the EC2 instance where the agent is installed.

Public Property Hostname System.String

Gets and sets the property Hostname.

The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.

Public Property Ipv4Address System.String

Gets and sets the property Ipv4Address.

The IP address of the EC2 instance on which the Amazon Inspector Agent is installed.

Public Property KernelVersion System.String

Gets and sets the property KernelVersion.

The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.

Public Property OperatingSystem System.String

Gets and sets the property OperatingSystem.

The operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.

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