Class: Aws::CodeStar::Types::UpdateProjectRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codestar/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the project, if any.

Returns:

  • (String)


1056
1057
1058
1059
1060
1061
1062
# File 'lib/aws-sdk-codestar/types.rb', line 1056

class UpdateProjectRequest < Struct.new(
  :id,
  :name,
  :description)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#idString

The ID of the project you want to update.

Returns:

  • (String)


1056
1057
1058
1059
1060
1061
1062
# File 'lib/aws-sdk-codestar/types.rb', line 1056

class UpdateProjectRequest < Struct.new(
  :id,
  :name,
  :description)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#nameString

The name of the project you want to update.

Returns:

  • (String)


1056
1057
1058
1059
1060
1061
1062
# File 'lib/aws-sdk-codestar/types.rb', line 1056

class UpdateProjectRequest < Struct.new(
  :id,
  :name,
  :description)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end