Struct rusoto_devicefarm::InstallToRemoteAccessSessionRequest [] [src]

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

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.

impl Clone for InstallToRemoteAccessSessionRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more