Struct rusoto_devicefarm::DeleteDevicePoolRequest[][src]

pub struct DeleteDevicePoolRequest {
    pub arn: String,
}

Represents a request to the delete device pool operation.

Fields

Represents the Amazon Resource Name (ARN) of the Device Farm device pool you wish to delete.

Trait Implementations

impl Default for DeleteDevicePoolRequest
[src]

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

impl Debug for DeleteDevicePoolRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteDevicePoolRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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