Struct rusoto_devicefarm::DevicePool[][src]

pub struct DevicePool {
    pub arn: Option<String>,
    pub description: Option<String>,
    pub name: Option<String>,
    pub rules: Option<Vec<Rule>>,
    pub type_: Option<String>,
}

Represents a collection of device types.

Fields

The device pool's ARN.

The device pool's description.

The device pool's name.

Information about the device pool's rules.

The device pool's type.

Allowed values include:

  • CURATED: A device pool that is created and managed by AWS Device Farm.

  • PRIVATE: A device pool that is created and managed by the device pool developer.

Trait Implementations

impl Default for DevicePool
[src]

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

impl Debug for DevicePool
[src]

Formats the value using the given formatter. Read more

impl Clone for DevicePool
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DevicePool
[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 DevicePool

impl Sync for DevicePool