Struct rusoto_devicefarm::InstallToRemoteAccessSessionRequest[][src]

pub struct InstallToRemoteAccessSessionRequest {
    pub app_arn: String,
    pub remote_access_session_arn: String,
}

Represents the request to install an Android application (in .apk format) or an iOS application (in .ipa format) as part of a remote access session.

Fields

The Amazon Resource Name (ARN) of the app about which you are requesting information.

The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.

Trait Implementations

impl Default for InstallToRemoteAccessSessionRequest
[src]

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

impl Debug for InstallToRemoteAccessSessionRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for InstallToRemoteAccessSessionRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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