Class: Aws::DeviceFarm::Types::GetRemoteAccessSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::GetRemoteAccessSessionRequest
- Includes:
- Structure
- Defined in:
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the remote access session about which you want to get session information.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the remote access session about which you want to get session information.
2022 2023 2024 2025 2026 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2022 class GetRemoteAccessSessionRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |