Class: Aws::CodeCatalyst::Types::ProjectSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::ProjectSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Information about a project.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the project.
-
#display_name ⇒ String
The friendly name displayed to users of the project in Amazon CodeCatalyst.
-
#name ⇒ String
The name of the project in the space.
Instance Attribute Details
#description ⇒ String
The description of the project.
2297 2298 2299 2300 2301 2302 2303 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2297 class ProjectSummary < Struct.new( :name, :display_name, :description) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The friendly name displayed to users of the project in Amazon CodeCatalyst.
2297 2298 2299 2300 2301 2302 2303 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2297 class ProjectSummary < Struct.new( :name, :display_name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the project in the space.
2297 2298 2299 2300 2301 2302 2303 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2297 class ProjectSummary < Struct.new( :name, :display_name, :description) SENSITIVE = [] include Aws::Structure end |