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.

A collection of attributes of the host from which the finding is generated.

Inheritance Hierarchy

System.Object
  Amazon.Inspector.Model.AssetAttributes

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

Syntax

C#
public class AssetAttributes

The AssetAttributes type exposes the following members

Constructors

NameDescription
Public Method AssetAttributes()

Properties

NameTypeDescription
Public Property AgentId System.String

Gets and sets the property AgentId.

The ID of the agent that is installed on the EC2 instance where the finding is generated.

Public Property AmiId System.String

Gets and sets the property AmiId.

The ID of the Amazon Machine Image (AMI) that is installed on the EC2 instance where the finding is generated.

Public Property AutoScalingGroup System.String

Gets and sets the property AutoScalingGroup.

The Auto Scaling group of the EC2 instance where the finding is generated.

Public Property Hostname System.String

Gets and sets the property Hostname.

The hostname of the EC2 instance where the finding is generated.

Public Property Ipv4Addresses System.Collections.Generic.List<System.String>

Gets and sets the property Ipv4Addresses.

The list of IP v4 addresses of the EC2 instance where the finding is generated.

Public Property NetworkInterfaces System.Collections.Generic.List<Amazon.Inspector.Model.NetworkInterface>

Gets and sets the property NetworkInterfaces.

An array of the network interfaces interacting with the EC2 instance where the finding is generated.

Public Property SchemaVersion System.Int32

Gets and sets the property SchemaVersion.

The schema version of this data type.

Public Property Tags System.Collections.Generic.List<Amazon.Inspector.Model.Tag>

Gets and sets the property Tags.

The tags related to the EC2 instance where the finding is generated.

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