Class: Aws::DeviceFarm::Types::CreateRemoteAccessSessionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::CreateRemoteAccessSessionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents the server response from a request to create a remote access session.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#remote_access_session ⇒ Types::RemoteAccessSession
A container that describes the remote access session when the request to create a remote access session is sent.
Instance Attribute Details
#remote_access_session ⇒ Types::RemoteAccessSession
A container that describes the remote access session when the request to create a remote access session is sent.
641 642 643 644 645 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 641 class CreateRemoteAccessSessionResult < Struct.new( :remote_access_session) SENSITIVE = [] include Aws::Structure end |