Struct aws_sdk_applicationdiscovery::model::AgentInfo [−][src]
#[non_exhaustive]pub struct AgentInfo {
pub agent_id: Option<String>,
pub host_name: Option<String>,
pub agent_network_info_list: Option<Vec<AgentNetworkInfo>>,
pub connector_id: Option<String>,
pub version: Option<String>,
pub health: Option<AgentStatus>,
pub last_health_ping_time: Option<String>,
pub collection_status: Option<String>,
pub agent_type: Option<String>,
pub registered_time: Option<String>,
}Expand description
Information about agents or connectors associated with the user’s AWS account. Information includes agent or connector IDs, IP addresses, media access control (MAC) addresses, agent or connector health, hostname where the agent or connector resides, and agent version for each agent.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.agent_id: Option<String>The agent or connector ID.
host_name: Option<String>The name of the host where the agent or connector resides. The host can be a server or virtual machine.
agent_network_info_list: Option<Vec<AgentNetworkInfo>>Network details about the host where the agent or connector resides.
connector_id: Option<String>The ID of the connector.
version: Option<String>The agent or connector version.
health: Option<AgentStatus>The health of the agent or connector.
last_health_ping_time: Option<String>Time since agent or connector health was reported.
collection_status: Option<String>Status of the collection process for an agent or connector.
agent_type: Option<String>Type of agent.
registered_time: Option<String>Agent's first registration timestamp in UTC.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AgentInfo
impl UnwindSafe for AgentInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more