Class: Aws::CodeCatalyst::Types::UpdateProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::UpdateProjectResponse
- Defined in:
- gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the project.
-
#display_name ⇒ String
The friendly name of the project displayed to users in Amazon CodeCatalyst.
-
#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.
2849 2850 2851 2852 2853 2854 2855 2856 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2849 class UpdateProjectResponse < Struct.new( :space_name, :name, :display_name, :description) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The friendly name of the project displayed to users in Amazon CodeCatalyst.
2849 2850 2851 2852 2853 2854 2855 2856 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2849 class UpdateProjectResponse < Struct.new( :space_name, :name, :display_name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the project.
2849 2850 2851 2852 2853 2854 2855 2856 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2849 class UpdateProjectResponse < Struct.new( :space_name, :name, :display_name, :description) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
2849 2850 2851 2852 2853 2854 2855 2856 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2849 class UpdateProjectResponse < Struct.new( :space_name, :name, :display_name, :description) SENSITIVE = [] include Aws::Structure end |