You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DeviceFarm::Types::GetTestGridSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::GetTestGridSessionRequest
- Defined in:
- (unknown)
Overview
Note:
When passing GetTestGridSessionRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
project_arn: "DeviceFarmArn",
session_id: "ResourceId",
session_arn: "DeviceFarmArn",
}
Instance Attribute Summary collapse
-
#project_arn ⇒ String
The ARN for the project that this session belongs to.
-
#session_arn ⇒ String
An ARN that uniquely identifies a TestGridSession.
-
#session_id ⇒ String
An ID associated with this session.
Instance Attribute Details
#project_arn ⇒ String
The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects.
#session_arn ⇒ String
An ARN that uniquely identifies a TestGridSession.
#session_id ⇒ String
An ID associated with this session.