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]

[src]

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

impl Debug for Project
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Project
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Project

impl Sync for Project