Class: Aws::DeviceFarm::Types::StopRemoteAccessSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::StopRemoteAccessSessionRequest
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the remote access session to stop.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the remote access session to stop.
5254 5255 5256 5257 5258 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5254 class StopRemoteAccessSessionRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |