Class: Aws::DeviceFarm::Types::DeleteRemoteAccessSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::DeleteRemoteAccessSessionRequest
- Defined in:
- gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb
Overview
Represents the request to delete the specified remote access session.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the session for which you want to delete remote access.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the session for which you want to delete remote access.
992 993 994 995 996 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 992 class DeleteRemoteAccessSessionRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |