Class: Aws::CodeCatalyst::Types::UpdateProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::UpdateProjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the project.
-
#name ⇒ String
The name of the project.
-
#space_name ⇒ String
The name of the space.
Instance Attribute Details
#description ⇒ String
The description of the project.
2822 2823 2824 2825 2826 2827 2828 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2822 class UpdateProjectRequest < Struct.new( :space_name, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the project.
2822 2823 2824 2825 2826 2827 2828 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2822 class UpdateProjectRequest < Struct.new( :space_name, :name, :description) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
2822 2823 2824 2825 2826 2827 2828 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2822 class UpdateProjectRequest < Struct.new( :space_name, :name, :description) SENSITIVE = [] include Aws::Structure end |