NAME
Paws::Discovery::AgentInfo
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::Discovery::AgentInfo object:
$service_obj->Method(Att1 => { AgentId => $value, ..., Version => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::Discovery::AgentInfo object:
$result = $service_obj->Method(...);
$result->Att1->AgentId
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.
ATTRIBUTES
AgentId => Str
The agent or connector ID.
AgentNetworkInfoList => ArrayRef[Paws::Discovery::AgentNetworkInfo]
Network details about the host where the agent or connector resides.
AgentType => Str
Type of agent.
CollectionStatus => Str
Status of the collection process for an agent or connector.
ConnectorId => Str
The ID of the connector.
Health => Str
The health of the agent or connector.
HostName => Str
The name of the host where the agent or connector resides. The host can be a server or virtual machine.
LastHealthPingTime => Str
Time since agent or connector health was reported.
RegisteredTime => Str
Agent's first registration timestamp in UTC.
Version => Str
The agent or connector version.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::Discovery
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues