[−][src]Struct rusoto_devicefarm::ScheduleRunRequest
Represents a request to the schedule run operation.
Fields
app_arn: Option<String>
The ARN of the app to schedule a run.
configuration: Option<ScheduleRunConfiguration>
Information about the settings for the run to be scheduled.
device_pool_arn: Option<String>
The ARN of the device pool for the run to be scheduled.
device_selection_configuration: Option<DeviceSelectionConfiguration>
The filter criteria used to dynamically select a set of devices for a test run, as well as the maximum number of devices to be included in the run.
Either devicePoolArn
or deviceSelectionConfiguration
is required in a request.
execution_configuration: Option<ExecutionConfiguration>
Specifies configuration information about a test run, such as the execution timeout (in minutes).
name: Option<String>
The name for the run to be scheduled.
project_arn: String
The ARN of the project for the run to be scheduled.
test: ScheduleRunTest
Information about the test for the run to be scheduled.
Trait Implementations
impl PartialEq<ScheduleRunRequest> for ScheduleRunRequest
[src]
fn eq(&self, other: &ScheduleRunRequest) -> bool
[src]
fn ne(&self, other: &ScheduleRunRequest) -> bool
[src]
impl Default for ScheduleRunRequest
[src]
fn default() -> ScheduleRunRequest
[src]
impl Clone for ScheduleRunRequest
[src]
fn clone(&self) -> ScheduleRunRequest
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for ScheduleRunRequest
[src]
impl Serialize for ScheduleRunRequest
[src]
Auto Trait Implementations
impl Send for ScheduleRunRequest
impl Sync for ScheduleRunRequest
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