class Aws::IoTSiteWise::Types::UpdateProjectRequest

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

data as a hash:

    {
      project_id: "ID", # required
      project_name: "Name", # required
      project_description: "Description",
      client_token: "ClientToken",
    }

@!attribute [rw] project_id

The ID of the project to update.
@return [String]

@!attribute [rw] project_name

A new friendly name for the project.
@return [String]

@!attribute [rw] project_description

A new description for the project.
@return [String]

@!attribute [rw] client_token

A unique case-sensitive identifier that you can provide to ensure
the idempotency of the request. Don't reuse this client token if a
new idempotent request is required.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

Constants

SENSITIVE