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
show all
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

Instance Attribute Details

#project_arnString

The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects.

Returns:

  • (String)

    The ARN for the project that this session belongs to.

#session_arnString

An ARN that uniquely identifies a TestGridSession.

Returns:

#session_idString

An ID associated with this session.

Returns:

  • (String)

    An ID associated with this session.