![]() |
![]()
| ![]() |
![]()
NAMEPaws::Discovery::AgentInfo USAGEThis 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 DESCRIPTIONInformation 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. ATTRIBUTESAgentId => StrThe agent or connector ID. AgentNetworkInfoList => ArrayRef[Paws::Discovery::AgentNetworkInfo]Network details about the host where the agent or connector resides. AgentType => StrType of agent. CollectionStatus => StrStatus of the collection process for an agent or connector. ConnectorId => StrThe ID of the connector. Health => StrThe health of the agent or connector. HostName => StrThe name of the host where the agent or connector resides. The host can be a server or virtual machine. LastHealthPingTime => StrTime since agent or connector health was reported. RegisteredTime => StrAgent's first registration timestamp in UTC. Version => StrThe agent or connector version. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Discovery BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|