![]() |
![]()
| ![]() |
![]()
NAMEPaws::DeviceFarm::ListUploads - Arguments for method ListUploads on Paws::DeviceFarm DESCRIPTIONThis class represents the parameters used for calling the method ListUploads on the AWS Device Farm service. Use the attributes of this class as arguments to method ListUploads. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to ListUploads. SYNOPSISmy $devicefarm = Paws->service('DeviceFarm'); # To get information about uploads # The following example returns information about uploads, given a specific # Device Farm project. my $ListUploadsResult = $devicefarm->ListUploads( 'Arn' => 'arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456', 'NextToken' => 'RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE' ); # Results: my $uploads = $ListUploadsResult->uploads; # Returns a L<Paws::DeviceFarm::ListUploadsResult> object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/devicefarm/ListUploads> ATTRIBUTESREQUIRED Arn => StrThe Amazon Resource Name (ARN) of the project for which you want to list uploads. NextToken => StrAn identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list. Type => StrThe type of upload. Must be one of the following values:
Valid values are: "ANDROID_APP", "IOS_APP", "WEB_APP", "EXTERNAL_DATA", "APPIUM_JAVA_JUNIT_TEST_PACKAGE", "APPIUM_JAVA_TESTNG_TEST_PACKAGE", "APPIUM_PYTHON_TEST_PACKAGE", "APPIUM_NODE_TEST_PACKAGE", "APPIUM_RUBY_TEST_PACKAGE", "APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE", "APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE", "APPIUM_WEB_PYTHON_TEST_PACKAGE", "APPIUM_WEB_NODE_TEST_PACKAGE", "APPIUM_WEB_RUBY_TEST_PACKAGE", "CALABASH_TEST_PACKAGE", "INSTRUMENTATION_TEST_PACKAGE", "UIAUTOMATION_TEST_PACKAGE", "UIAUTOMATOR_TEST_PACKAGE", "XCTEST_TEST_PACKAGE", "XCTEST_UI_TEST_PACKAGE", "APPIUM_JAVA_JUNIT_TEST_SPEC", "APPIUM_JAVA_TESTNG_TEST_SPEC", "APPIUM_PYTHON_TEST_SPEC", "APPIUM_NODE_TEST_SPEC", "APPIUM_RUBY_TEST_SPEC", "APPIUM_WEB_JAVA_JUNIT_TEST_SPEC", "APPIUM_WEB_JAVA_TESTNG_TEST_SPEC", "APPIUM_WEB_PYTHON_TEST_SPEC", "APPIUM_WEB_NODE_TEST_SPEC", "APPIUM_WEB_RUBY_TEST_SPEC", "INSTRUMENTATION_TEST_SPEC", "XCTEST_UI_TEST_SPEC" SEE ALSOThis class forms part of Paws, documenting arguments for method ListUploads 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>
|