Class: Aws::DeviceFarm::Types::StopRemoteAccessSessionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::StopRemoteAccessSessionResult
- Includes:
- Structure
- Defined in:
- 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
-
#remote_access_session ⇒ Types::RemoteAccessSession
A container that represents the metadata from the service about the remote access session you are stopping.
Instance Attribute Details
#remote_access_session ⇒ Types::RemoteAccessSession
A container that represents the metadata from the service about the remote access session you are stopping.
5270 5271 5272 5273 5274 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5270 class StopRemoteAccessSessionResult < Struct.new( :remote_access_session) SENSITIVE = [] include Aws::Structure end |