You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTSiteWise::Types::UpdateProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::UpdateProjectRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateProjectRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
project_id: "ID", # required
project_name: "Name", # required
project_description: "Description",
client_token: "ClientToken",
}
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
-
#project_description ⇒ String
A new description for the project.
-
#project_id ⇒ String
The ID of the project to update.
-
#project_name ⇒ String
A new friendly name for the project.
Instance Attribute Details
#client_token ⇒ String
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.
#project_description ⇒ String
A new description for the project.
#project_id ⇒ String
The ID of the project to update.
#project_name ⇒ String
A new friendly name for the project.