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)


5254
5255
5256
5257
5258
# File 'lib/aws-sdk-devicefarm/types.rb', line 5254

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