![]() |
![]()
| ![]() |
![]()
NAMEPaws::DeviceFarm::RemoteAccessSession USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::DeviceFarm::RemoteAccessSession object: $service_obj->Method(Att1 => { Arn => $value, ..., Stopped => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::DeviceFarm::RemoteAccessSession object: $result = $service_obj->Method(...); $result->Att1->Arn DESCRIPTIONRepresents information about the remote access session. ATTRIBUTESArn => StrThe Amazon Resource Name (ARN) of the remote access session. BillingMethod => StrThe billing method of the remote access session. Possible values include "METERED" or "UNMETERED". For more information about metered devices, see AWS Device Farm terminology (https://docs.aws.amazon.com/devicefarm/latest/developerguide/welcome.html#welcome-terminology). ClientId => StrUnique identifier of your client for the remote access session. Only returned if remote debugging is enabled for the remote access session. Remote debugging is no longer supported (https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html). Created => StrThe date and time the remote access session was created. Device => Paws::DeviceFarm::DeviceThe device (phone or tablet) used in the remote access session. DeviceMinutes => Paws::DeviceFarm::DeviceMinutesThe number of minutes a device is used in a remote access session (including setup and teardown minutes). DeviceUdid => StrUnique device identifier for the remote device. Only returned if remote debugging is enabled for the remote access session. Remote debugging is no longer supported (https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html). Endpoint => StrThe endpoint for the remote access sesssion. HostAddress => StrIP address of the EC2 host where you need to connect to remotely debug devices. Only returned if remote debugging is enabled for the remote access session. Remote debugging is no longer supported (https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html). InstanceArn => StrThe ARN of the instance. InteractionMode => StrThe interaction mode of the remote access session. Valid values are:
Message => StrA message about the remote access session. Name => StrThe name of the remote access session. RemoteDebugEnabled => BoolThis flag is set to "true" if remote debugging is enabled for the remote access session. Remote debugging is no longer supported (https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html). RemoteRecordAppArn => StrThe ARN for the app to be recorded in the remote access session. RemoteRecordEnabled => BoolThis flag is set to "true" if remote recording is enabled for the remote access session. Result => StrThe result of the remote access session. Can be any of the following:
SkipAppResign => BoolWhen set to "true", for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again. For more information about how Device Farm re-signs your apps, see Do you modify my app? (https://aws.amazon.com/device-farm/faq/) in the AWS Device Farm FAQs. Started => StrThe date and time the remote access session was started. Status => StrThe status of the remote access session. Can be any of the following:
Stopped => StrThe date and time the remote access session was stopped. SEE ALSOThis class forms part of Paws, describing an object used in Paws::DeviceFarm BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|