InstallToRemoteAccessSessionOutput
import "github.com/aws/aws-sdk-go/service/devicefarm"
type InstallToRemoteAccessSessionOutput struct { AppUpload *Upload `locationName:"appUpload" type:"structure"` }
Represents the response from the server after AWS Device Farm makes a request to install to a remote access session.
- AppUpload
-
An app or a set of one or more tests to upload or that have been uploaded.
Method
GoString
func (s InstallToRemoteAccessSessionOutput) GoString() string
GoString returns the string representation
SetAppUpload
func (s *InstallToRemoteAccessSessionOutput) SetAppUpload(v *Upload) *InstallToRemoteAccessSessionOutput
SetAppUpload sets the AppUpload field's value.
String
func (s InstallToRemoteAccessSessionOutput) String() string
String returns the string representation