Class: Aws::DeviceFarm::Types::StopRemoteAccessSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::StopRemoteAccessSessionRequest
- Defined in:
- gems/aws-sdk-devicefarm/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.
5259 5260 5261 5262 5263 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5259 class StopRemoteAccessSessionRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |