NAME
Paws::ApplicationInsights::Observation
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::ApplicationInsights::Observation object:
$service_obj->Method(Att1 => { EndTime => $value, ..., Value => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::ApplicationInsights::Observation object:
$result = $service_obj->Method(...);
$result->Att1->EndTime
DESCRIPTION
Describes an anomaly or error with the application.
ATTRIBUTES
EndTime => Str
The time when the observation ended, in epoch seconds.
Id => Str
The ID of the observation type.
LineTime => Str
The timestamp in the CloudWatch Logs that specifies when the matched line occurred.
LogFilter => Str
The log filter of the observation.
LogGroup => Str
The log group name.
LogText => Str
The log text of the observation.
MetricName => Str
The name of the observation metric.
MetricNamespace => Str
The namespace of the observation metric.
SourceARN => Str
The source resource ARN of the observation.
SourceType => Str
The source type of the observation.
StartTime => Str
The time when the observation was first detected, in epoch seconds.
Unit => Str
The unit of the source observation metric.
Value => Num
The value of the source observation metric.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::ApplicationInsights
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