Struct rusoto_devicefarm::CreateDevicePoolRequest [] [src]

pub struct CreateDevicePoolRequest {
    pub description: Option<String>,
    pub name: String,
    pub project_arn: String,
    pub rules: Vec<Rule>,
}

Represents a request to the create device pool operation.

Fields

The device pool's description.

The device pool's name.

The ARN of the project for the device pool.

The device pool's rules.

Trait Implementations

impl Default for CreateDevicePoolRequest
[src]

[src]

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

impl Debug for CreateDevicePoolRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateDevicePoolRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations