PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::XRay::Service; use Moose; has AccountId => (is => 'ro', isa => 'Str'); has DurationHistogram => (is => 'ro', isa => 'ArrayRef[Paws::XRay::HistogramEntry]'); has Edges => (is => 'ro', isa => 'ArrayRef[Paws::XRay::Edge]'); has EndTime => (is => 'ro', isa => 'Str'); has Name => (is => 'ro', isa => 'Str'); has Names => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has ReferenceId => (is => 'ro', isa => 'Int'); has ResponseTimeHistogram => (is => 'ro', isa => 'ArrayRef[Paws::XRay::HistogramEntry]'); has Root => (is => 'ro', isa => 'Bool'); has StartTime => (is => 'ro', isa => 'Str'); has State => (is => 'ro', isa => 'Str'); has SummaryStatistics => (is => 'ro', isa => 'Paws::XRay::ServiceStatistics'); has Type => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::XRay::Service =head1 USAGE This class represents one of two things: =head3 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::XRay::Service object: $service_obj->Method(Att1 => { AccountId => $value, ..., Type => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::XRay::Service object: $result = $service_obj->Method(...); $result->Att1->AccountId =head1 DESCRIPTION Information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used. =head1 ATTRIBUTES =head2 AccountId => Str Identifier of the AWS account in which the service runs. =head2 DurationHistogram => ArrayRef[L] A histogram that maps the spread of service durations. =head2 Edges => ArrayRef[L] Connections to downstream services. =head2 EndTime => Str The end time of the last segment that the service generated. =head2 Name => Str The canonical name of the service. =head2 Names => ArrayRef[Str|Undef] A list of names for the service, including the canonical name. =head2 ReferenceId => Int Identifier for the service. Unique within the service map. =head2 ResponseTimeHistogram => ArrayRef[L] A histogram that maps the spread of service response times. =head2 Root => Bool Indicates that the service was the first service to process a request. =head2 StartTime => Str The start time of the first segment that the service generated. =head2 State => Str The service's state. =head2 SummaryStatistics => L Aggregated statistics for the service. =head2 Type => Str The type of service. =over =item * AWS Resource - The type of an AWS resource. For example, C for an application running on Amazon EC2 or C for an Amazon DynamoDB table that the application used. =item * AWS Service - The type of an AWS service. For example, C for downstream calls to Amazon DynamoDB that didn't target a specific table. =item * C - Represents the clients that sent requests to a root service. =item * C - A downstream service of indeterminate type. =back =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut