Class: Aws::DeviceFarm::Types::GetRemoteAccessSessionRequest

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

Overview

Represents the request to get information about the specified 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 about which you want to get session information.

Returns:

  • (String)


2055
2056
2057
2058
2059
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2055

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