[][src]Struct rusoto_devicefarm::CreateTestGridUrlRequest

pub struct CreateTestGridUrlRequest {
    pub expires_in_seconds: i64,
    pub project_arn: String,
}

Fields

expires_in_seconds: i64

Lifetime, in seconds, of the URL.

project_arn: String

ARN (from CreateTestGridProject or ListTestGridProjects) to associate with the short-term URL.

Trait Implementations

impl Clone for CreateTestGridUrlRequest[src]

impl Debug for CreateTestGridUrlRequest[src]

impl Default for CreateTestGridUrlRequest[src]

impl PartialEq<CreateTestGridUrlRequest> for CreateTestGridUrlRequest[src]

impl Serialize for CreateTestGridUrlRequest[src]

impl StructuralPartialEq for CreateTestGridUrlRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.