AgentPreview

public struct AgentPreview : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The health status of the Amazon Inspector Agent.

    Declaration

    Swift

    public let agentHealth: AgentHealth?
  • The ID of the EC2 instance where the agent is installed.

    Declaration

    Swift

    public let agentId: String
  • The version of the Amazon Inspector Agent.

    Declaration

    Swift

    public let agentVersion: String?
  • The Auto Scaling group for the EC2 instance where the agent is installed.

    Declaration

    Swift

    public let autoScalingGroup: String?
  • The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.

    Declaration

    Swift

    public let hostname: String?
  • The IP address of the EC2 instance on which the Amazon Inspector Agent is installed.

    Declaration

    Swift

    public let ipv4Address: String?
  • The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.

    Declaration

    Swift

    public let kernelVersion: String?
  • The operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.

    Declaration

    Swift

    public let operatingSystem: String?
  • Undocumented

    Declaration

    Swift

    public init(agentHealth: AgentHealth? = nil, agentId: String, agentVersion: String? = nil, autoScalingGroup: String? = nil, hostname: String? = nil, ipv4Address: String? = nil, kernelVersion: String? = nil, operatingSystem: String? = nil)