Class: Aws::CodeStar::Types::CodeCommitCodeDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::CodeCommitCodeDestination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
Information about the AWS CodeCommit repository to be created in AWS CodeStar. This is where the source code files provided with the project request will be uploaded after project creation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the AWS CodeCommit repository to be created in AWS CodeStar.
Instance Attribute Details
#name ⇒ String
The name of the AWS CodeCommit repository to be created in AWS CodeStar.
102 103 104 105 106 |
# File 'lib/aws-sdk-codestar/types.rb', line 102 class CodeCommitCodeDestination < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |