![]() |
![]()
| ![]() |
![]()
NAMEPaws::DeviceFarm::Upload 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::DeviceFarm::Upload object: $service_obj->Method(Att1 => { Arn => $value, ..., Url => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::DeviceFarm::Upload object: $result = $service_obj->Method(...); $result->Att1->Arn DESCRIPTIONAn app or a set of one or more tests to upload or that have been uploaded. ATTRIBUTESArn => StrThe upload's ARN. Category => StrThe upload's category. Allowed values include:
ContentType => StrThe upload's content type (for example, "application/octet-stream"). Created => StrWhen the upload was created. Message => StrA message about the upload's result. Metadata => StrThe upload's metadata. For example, for Android, this contains information that is parsed from the manifest and is displayed in the AWS Device Farm console after the associated app is uploaded. Name => StrThe upload's file name. Status => StrThe upload's status. Must be one of the following values:
Type => StrThe upload's type. Must be one of the following values:
Url => StrThe presigned Amazon S3 URL that was used to store a file using a PUT request. SEE ALSOThis class forms part of Paws, describing an object used in Paws::DeviceFarm 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>
|