Class: Aws::CodeCatalyst::Types::ProjectInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::ProjectInformation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Information about a project in a space.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the project in the space.
-
#project_id ⇒ String
The system-generated unique ID of the project.
Instance Attribute Details
#name ⇒ String
The name of the project in the space.
2248 2249 2250 2251 2252 2253 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2248 class ProjectInformation < Struct.new( :name, :project_id) SENSITIVE = [] include Aws::Structure end |
#project_id ⇒ String
The system-generated unique ID of the project.
2248 2249 2250 2251 2252 2253 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2248 class ProjectInformation < Struct.new( :name, :project_id) SENSITIVE = [] include Aws::Structure end |