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

Class: Aws::DeviceFarm::Types::CreateProjectRequest

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

Overview

Note:

When passing CreateProjectRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "Name", # required
  default_job_timeout_minutes: 1,
}

Represents a request to the create project operation.

Instance Attribute Summary collapse

Instance Attribute Details

#default_job_timeout_minutesInteger

Sets the execution timeout value (in minutes) for a project. All test runs in this project use the specified execution timeout value unless overridden when scheduling a run.

Returns:

  • (Integer)

    Sets the execution timeout value (in minutes) for a project.

#nameString

The project\'s name.

Returns:

  • (String)

    The project\'s name.