Class: Aws::CodeStar::Types::UpdateProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::UpdateProjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :description]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the project, if any.
-
#id ⇒ String
The ID of the project you want to update.
-
#name ⇒ String
The name of the project you want to update.
Instance Attribute Details
#description ⇒ String
The description of the project, if any.
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 |
#id ⇒ String
The ID of the project you want to update.
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 |
#name ⇒ String
The name of the project you want to update.
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 |