Class: Aws::DeviceFarm::Types::StopRemoteAccessSessionRequest

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

Overview

Represents the request to stop the remote access session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the remote access session to stop.

Returns:

  • (String)


5355
5356
5357
5358
5359
# File 'lib/aws-sdk-devicefarm/types.rb', line 5355

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