=head1 NAME
Paws::DeviceFarm::Device
=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::DeviceFarm::Device object:
$service_obj->Method(Att1 => { Arn => $value,..., State => $value });
=head3 Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::DeviceFarm::Device object:
$result = $service_obj->Method(...);
$result->Att1->Arn
=head1 DESCRIPTION
Represents a device.
=head1 ATTRIBUTES
=head2 Arn => Str
The ARN of the device.
=head2 Description => Str
The description of the device.
=head2 Id => Str
The ID of the device.
=head2 Name => Str be359ba680
Related links:
Comentários