Struct rusoto_devicefarm::CreateRemoteAccessSessionRequest [] [src]

pub struct CreateRemoteAccessSessionRequest {
    pub configuration: Option<CreateRemoteAccessSessionConfiguration>,
    pub device_arn: String,
    pub name: Option<String>,
    pub project_arn: String,
}

Creates and submits a request to start a remote access session.

Fields

The configuration information for the remote access session request.

The Amazon Resource Name (ARN) of the device for which you want to create a remote access session.

The name of the remote access session that you wish to create.

The Amazon Resource Name (ARN) of the project for which you want to create a remote access session.

Trait Implementations

impl Default for CreateRemoteAccessSessionRequest
[src]

[src]

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

impl Debug for CreateRemoteAccessSessionRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateRemoteAccessSessionRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations