Class: Aws::CodeCatalyst::Types::GetProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::GetProjectResponse
- 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.
-
#display_name ⇒ String
The friendly name of the project displayed to users in Amazon CodeCatalyst.
-
#name ⇒ String
The name of the project in the space.
-
#space_name ⇒ String
The name of the space.
Instance Attribute Details
#description ⇒ String
The description of the project.
1107 1108 1109 1110 1111 1112 1113 1114 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1107 class GetProjectResponse < 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.
1107 1108 1109 1110 1111 1112 1113 1114 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1107 class GetProjectResponse < Struct.new( :space_name, :name, :display_name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the project in the space.
1107 1108 1109 1110 1111 1112 1113 1114 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1107 class GetProjectResponse < Struct.new( :space_name, :name, :display_name, :description) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
1107 1108 1109 1110 1111 1112 1113 1114 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1107 class GetProjectResponse < Struct.new( :space_name, :name, :display_name, :description) SENSITIVE = [] include Aws::Structure end |