Class: Aws::CodeStar::Types::ProjectSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::ProjectSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
Information about the metadata for a project.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project.
-
#project_id ⇒ String
The ID of the project.
Instance Attribute Details
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project.
859 860 861 862 863 864 |
# File 'lib/aws-sdk-codestar/types.rb', line 859 class ProjectSummary < Struct.new( :project_id, :project_arn) SENSITIVE = [] include Aws::Structure end |
#project_id ⇒ String
The ID of the project.
859 860 861 862 863 864 |
# File 'lib/aws-sdk-codestar/types.rb', line 859 class ProjectSummary < Struct.new( :project_id, :project_arn) SENSITIVE = [] include Aws::Structure end |