Struct aws_sdk_applicationdiscovery::model::agent_info::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for AgentInfo
Implementations
The agent or connector ID.
The name of the host where the agent or connector resides. The host can be a server or virtual machine.
The name of the host where the agent or connector resides. The host can be a server or virtual machine.
Appends an item to agent_network_info_list.
To override the contents of this collection use set_agent_network_info_list.
Network details about the host where the agent or connector resides.
Network details about the host where the agent or connector resides.
The ID of the connector.
The ID of the connector.
The agent or connector version.
The health of the agent or connector.
The health of the agent or connector.
Time since agent or connector health was reported.
Time since agent or connector health was reported.
Status of the collection process for an agent or connector.
Status of the collection process for an agent or connector.
Type of agent.
Type of agent.
Agent's first registration timestamp in UTC.
Agent's first registration timestamp in UTC.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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