class Aws::DeviceFarm::Types::UpdateProjectRequest

Represents a request to the update project operation.

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

data as a hash:

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

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the project whose name to update.
@return [String]

@!attribute [rw] name

A string that represents the new name of the project that you are
updating.
@return [String]

@!attribute [rw] default_job_timeout_minutes

The number of minutes a test run in the project executes before it
times out.
@return [Integer]

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

Constants

SENSITIVE