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.
      5275 5276 5277 5278 5279  | 
    
      # File 'lib/aws-sdk-devicefarm/types.rb', line 5275 class StopRemoteAccessSessionResult < Struct.new( :remote_access_session) SENSITIVE = [] include Aws::Structure end  |