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

Class: Aws::CodeStar::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:

{
  id: "ProjectId", # required
  name: "ProjectName",
  description: "ProjectDescription",
}

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the project, if any.

Returns:

  • (String)

    The description of the project, if any.

#idString

The ID of the project you want to update.

Returns:

  • (String)

    The ID of the project you want to update.

#nameString

The name of the project you want to update.

Returns:

  • (String)

    The name of the project you want to update.