[−][src]Struct rusoto_devicefarm::ListUploadsRequest
Represents a request to the list uploads operation.
Fields
arn: String
The Amazon Resource Name (ARN) of the project for which you want to list uploads.
next_token: Option<String>
An 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_: Option<String>
The type of upload.
Must be one of the following values:
-
ANDROIDAPP: An Android upload.
-
IOSAPP: An iOS upload.
-
WEBAPP: A web appliction upload.
-
EXTERNALDATA: An external data upload.
-
APPIUMJAVAJUNITTESTPACKAGE: An Appium Java JUnit test package upload.
-
APPIUMJAVATESTNGTESTPACKAGE: An Appium Java TestNG test package upload.
-
APPIUMPYTHONTESTPACKAGE: An Appium Python test package upload.
-
APPIUMNODETESTPACKAGE: An Appium Node.js test package upload.
-
APPIUMRUBYTESTPACKAGE: An Appium Ruby test package upload.
-
APPIUMWEBJAVAJUNITTESTPACKAGE: An Appium Java JUnit test package upload for a web app.
-
APPIUMWEBJAVATESTNGTESTPACKAGE: An Appium Java TestNG test package upload for a web app.
-
APPIUMWEBPYTHONTESTPACKAGE: An Appium Python test package upload for a web app.
-
APPIUMWEBNODETESTPACKAGE: An Appium Node.js test package upload for a web app.
-
APPIUMWEBRUBYTESTPACKAGE: An Appium Ruby test package upload for a web app.
-
CALABASHTESTPACKAGE: A Calabash test package upload.
-
INSTRUMENTATIONTESTPACKAGE: An instrumentation upload.
-
UIAUTOMATIONTESTPACKAGE: A uiautomation test package upload.
-
UIAUTOMATORTESTPACKAGE: A uiautomator test package upload.
-
XCTESTTESTPACKAGE: An XCode test package upload.
-
XCTESTUITESTPACKAGE: An XCode UI test package upload.
-
APPIUMJAVAJUNITTESTSPEC: An Appium Java JUnit test spec upload.
-
APPIUMJAVATESTNGTESTSPEC: An Appium Java TestNG test spec upload.
-
APPIUMPYTHONTESTSPEC: An Appium Python test spec upload.
-
APPIUMNODETESTSPEC: An Appium Node.js test spec upload.
-
APPIUMRUBYTESTSPEC: An Appium Ruby test spec upload.
-
APPIUMWEBJAVAJUNITTESTSPEC: An Appium Java JUnit test spec upload for a web app.
-
APPIUMWEBJAVATESTNGTESTSPEC: An Appium Java TestNG test spec upload for a web app.
-
APPIUMWEBPYTHONTESTSPEC: An Appium Python test spec upload for a web app.
-
APPIUMWEBNODETESTSPEC: An Appium Node.js test spec upload for a web app.
-
APPIUMWEBRUBYTESTSPEC: An Appium Ruby test spec upload for a web app.
-
INSTRUMENTATIONTESTSPEC: An instrumentation test spec upload.
-
XCTESTUITESTSPEC: An XCode UI test spec upload.
Trait Implementations
impl PartialEq<ListUploadsRequest> for ListUploadsRequest
[src]
fn eq(&self, other: &ListUploadsRequest) -> bool
[src]
fn ne(&self, other: &ListUploadsRequest) -> bool
[src]
impl Default for ListUploadsRequest
[src]
fn default() -> ListUploadsRequest
[src]
impl Clone for ListUploadsRequest
[src]
fn clone(&self) -> ListUploadsRequest
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for ListUploadsRequest
[src]
impl Serialize for ListUploadsRequest
[src]
Auto Trait Implementations
impl Send for ListUploadsRequest
impl Sync for ListUploadsRequest
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self