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

Class: Aws::DeviceFarm::Types::UpdateTestGridProjectRequest

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

Overview

Note:

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

{
  project_arn: "DeviceFarmArn", # required
  name: "ResourceName",
  description: "ResourceDescription",
}

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Human-readable description for the project.

Returns:

  • (String)

    Human-readable description for the project.

#nameString

Human-readable name for the project.

Returns:

  • (String)

    Human-readable name for the project.

#project_arnString

ARN of the project to update.

Returns:

  • (String)

    ARN of the project to update.