You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DeviceFarm::Types::Project

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents an operating-system neutral workspace for running and managing tests.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The project\'s ARN.

Returns:

  • (String)

    The project\'s ARN.

#createdTime

When the project was created.

Returns:

  • (Time)

    When the project was created.

#default_job_timeout_minutesInteger

The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes.

Returns:

  • (Integer)

    The default number of minutes (at the project level) a test run executes before it times out.

#nameString

The project\'s name.

Returns:

  • (String)

    The project\'s name.