Struct rusoto_devicefarm::Project[][src]

pub struct Project {
    pub arn: Option<String>,
    pub created: Option<f64>,
    pub default_job_timeout_minutes: Option<i64>,
    pub name: Option<String>,
}

Represents an operating-system neutral workspace for running and managing tests.

Fields

The project's ARN.

When the project was created.

The default number of minutes (at the project level) a test run will execute before it times out. Default value is 60 minutes.

The project's name.

Trait Implementations

impl Default for Project
[src]

Returns the "default value" for a type. Read more

impl Debug for Project
[src]

Formats the value using the given formatter. Read more

impl Clone for Project
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Project
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Project

impl Sync for Project