AssetAttributes class

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

Constructors

AssetAttributes({required int schemaVersion, String? agentId, String? amiId, String? autoScalingGroup, String? hostname, List<String>? ipv4Addresses, List<NetworkInterface>? networkInterfaces, List<Tag>? tags})
AssetAttributes.fromJson(Map<String, dynamic> json)
factory

Properties

agentId String?
The ID of the agent that is installed on the EC2 instance where the finding is generated.
final
amiId String?
The ID of the Amazon Machine Image (AMI) that is installed on the EC2 instance where the finding is generated.
final
autoScalingGroup String?
The Auto Scaling group of the EC2 instance where the finding is generated.
final
hashCode int
The hash code for this object.
no setterinherited
hostname String?
The hostname of the EC2 instance where the finding is generated.
final
ipv4Addresses List<String>?
The list of IP v4 addresses of the EC2 instance where the finding is generated.
final
networkInterfaces List<NetworkInterface>?
An array of the network interfaces interacting with the EC2 instance where the finding is generated.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaVersion int
The schema version of this data type.
final
tags List<Tag>?
The tags related to the EC2 instance where the finding is generated.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited