You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeStar::Types::CodeCommitCodeDestination

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CodeCommitCodeDestination as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "RepositoryName", # required
}

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the AWS CodeCommit repository to be created in AWS CodeStar.

Returns:

  • (String)

    The name of the AWS CodeCommit repository to be created in AWS CodeStar.