Class: Aws::DeviceFarm::Types::StopRemoteAccessSessionResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

Represents the response from the server that describes the remote access session when AWS Device Farm stops the session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#remote_access_sessionTypes::RemoteAccessSession

A container that represents the metadata from the service about the remote access session you are stopping.



5371
5372
5373
5374
5375
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5371

class StopRemoteAccessSessionResult < Struct.new(
  :remote_access_session)
  SENSITIVE = []
  include Aws::Structure
end