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

Class: Aws::DeviceFarm::Types::UpdateProjectRequest

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

Overview

Note:

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

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

Represents a request to the update project operation.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the project whose name to update.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the project whose name to update.

#default_job_timeout_minutesInteger

The number of minutes a test run in the project executes before it times out.

Returns:

  • (Integer)

    The number of minutes a test run in the project executes before it times out.

#nameString

A string that represents the new name of the project that you are updating.

Returns:

  • (String)

    A string that represents the new name of the project that you are updating.