NAME
Paws::Discovery::AgentConfigurationStatus
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::AgentConfigurationStatus object:
$service_obj->Method(Att1 => { AgentId => $value, ..., OperationSucceeded => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::Discovery::AgentConfigurationStatus object:
$result = $service_obj->Method(...);
$result->Att1->AgentId
DESCRIPTION
Information about agents or connectors that were instructed to start collecting data. Information includes the agent/connector ID, a description of the operation, and whether the agent/connector configuration was updated.
ATTRIBUTES
AgentId => Str
The agent/connector ID.
Description => Str
A description of the operation performed.
OperationSucceeded => Bool
Information about the status of the StartDataCollection
and StopDataCollection
operations. The system has recorded the data collection operation. The agent/connector receives this command the next time it polls for a new command.
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