class Aws::DeviceFarm::Types::CreateProjectRequest

Represents a request to the create project operation.

@note When making an API call, you may pass CreateProjectRequest

data as a hash:

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

@!attribute [rw] name

The project's name.
@return [String]

@!attribute [rw] default_job_timeout_minutes

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.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateProjectRequest AWS API Documentation

Constants

SENSITIVE