AssetAttributes
public struct AssetAttributes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the agent that is installed on the EC2 instance where the finding is generated.
Declaration
Swift
public let agentId: String? -
The ID of the Amazon Machine Image (AMI) that is installed on the EC2 instance where the finding is generated.
Declaration
Swift
public let amiId: String? -
The Auto Scaling group of the EC2 instance where the finding is generated.
Declaration
Swift
public let autoScalingGroup: String? -
The hostname of the EC2 instance where the finding is generated.
Declaration
Swift
public let hostname: String? -
The list of IP v4 addresses of the EC2 instance where the finding is generated.
Declaration
Swift
public let ipv4Addresses: [String]? -
An array of the network interfaces interacting with the EC2 instance where the finding is generated.
Declaration
Swift
public let networkInterfaces: [NetworkInterface]? -
The schema version of this data type.
Declaration
Swift
public let schemaVersion: Int -
The tags related to the EC2 instance where the finding is generated.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(agentId: String? = nil, amiId: String? = nil, autoScalingGroup: String? = nil, hostname: String? = nil, ipv4Addresses: [String]? = nil, networkInterfaces: [NetworkInterface]? = nil, schemaVersion: Int, tags: [Tag]? = nil)
View on GitHub
AssetAttributes Structure Reference