UpdateProjectRequest

Represents a request to the update project operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

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

Link copied to clipboard

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

Link copied to clipboard
val name: String?

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

Link copied to clipboard

The VPC security groups and subnets that are attached to a project.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String